fix some linting in frontends
This commit is contained in:
parent
2ecaa57cd5
commit
3cec5f927e
5 changed files with 7 additions and 7 deletions
|
|
@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<br />
|
||||
<I18n :src="i18n.ts.i18nInfoSharkey" tag="span">
|
||||
<template #link>
|
||||
<!-- TODO: ADD LINK TO OUR I18N SERVICE -->
|
||||
<!-- TODO: ADD LINK TO OUR I18N SERVICE -->
|
||||
<MkLink url="https://crowdin.com/project/misskey">INSERT THINGY</MkLink>
|
||||
</template>
|
||||
</I18n>
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ const exportData = () => {
|
|||
};
|
||||
|
||||
watch([
|
||||
enableCondensedLineForAcct,
|
||||
enableCondensedLine,
|
||||
], async () => {
|
||||
await reloadAsk();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ export function openInstanceMenu(ev: MouseEvent) {
|
|||
});
|
||||
}
|
||||
|
||||
if(instance.donationUrl) {
|
||||
if (instance.donationUrl) {
|
||||
menuItems.push({
|
||||
type: 'a',
|
||||
text: i18n.ts.donation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue