mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 09:36:56 +00:00
fix typo in common.ts
This commit is contained in:
parent
23bca5c64a
commit
a0402daa05
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ export function openInstanceMenu(ev: MouseEvent) {
|
|||
});
|
||||
}
|
||||
|
||||
if (instance.impressumUrl != null || instance.tosUrl != null || instance.privacyPolicyUrl != null || nstance.donationUrl != null) {
|
||||
if (instance.impressumUrl != null || instance.tosUrl != null || instance.privacyPolicyUrl != null || instance.donationUrl != null) {
|
||||
menuItems.push({ type: 'divider' });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue