Skip to content

Commit 7bc65c1

Browse files
committed
fix: ESLint
1 parent f9e85b2 commit 7bc65c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/components/MkReactionsViewer.reaction.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const canGetInfo = computed(() => !props.reaction.match(/@\w/) && props.reaction
7171
// _cacheKey_: props.count,
7272
// });
7373

74-
const users = ref([])
74+
const users = ref([]);
7575

7676
async function toggleReaction() {
7777
if (!canToggle.value) return;

0 commit comments

Comments
 (0)