Skip to content

Commit

Permalink
chore: run eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Aug 12, 2023
1 parent 5e81dde commit cb42e3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/frontend/src/components/MkNoteSub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>

<script lang="ts" setup>
import {ref} from 'vue';
import { ref } from 'vue';
import * as misskey from 'misskey-js';
import MkNoteHeader from '@/components/MkNoteHeader.vue';
import MkSubNoteContent from '@/components/MkSubNoteContent.vue';
Expand All @@ -49,9 +49,9 @@ import { notePage } from '@/filters/note';
import * as os from '@/os';
import { i18n } from '@/i18n';
import { $i } from '@/account';
import {userPage} from "@/filters/user";
import {checkWordMute} from "@/scripts/check-word-mute";
import {defaultStore} from "@/store";
import { userPage } from "@/filters/user";
import { checkWordMute } from "@/scripts/check-word-mute";
import { defaultStore } from "@/store";
const props = withDefaults(defineProps<{
note: misskey.entities.Note;
Expand Down

0 comments on commit cb42e3f

Please sign in to comment.