remove unneeded bit

This commit is contained in:
Freeplay 2023-02-25 15:51:51 -05:00
parent a538b2ea84
commit 404f7986e1
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ const muted = ref(checkWordMute(appearNote, $i, defaultStore.state.mutedWords));
const translation = ref(null);
const translating = ref(false);
const urls = appearNote.text ? extractUrlFromMfm(mfm.parse(appearNote.text)).slice(0, 5) : null;
const showTicker = (defaultStore.state.instanceTicker === 'always') || (defaultStore.state.instanceTicker === 'remote' && appearNote.user.instance);
const keymap = {
'r': () => reply(true),