From 44493605fdf821455f5988c1eec5bd91e9ebab28 Mon Sep 17 00:00:00 2001 From: yudejp Date: Wed, 26 May 2021 07:52:23 +0900 Subject: [PATCH] Delete unused const --- pages/components/DiscordPlaying.js | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/components/DiscordPlaying.js b/pages/components/DiscordPlaying.js index 56f4126..14554c6 100644 --- a/pages/components/DiscordPlaying.js +++ b/pages/components/DiscordPlaying.js @@ -16,7 +16,6 @@ const App = () => { }, []); const yes_playing = t('yes_playing', {playing: playing}) - const no_playing = t('no_playing') if (playing){ return

{yes_playing}

}else{