0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-13 11:48:37 +09:00

Delete unused const

This commit is contained in:
2021-05-26 07:52:23 +09:00
parent e2db2de68b
commit 44493605fd

View File

@@ -16,7 +16,6 @@ const App = () => {
}, []); }, []);
const yes_playing = t('yes_playing', {playing: playing}) const yes_playing = t('yes_playing', {playing: playing})
const no_playing = t('no_playing')
if (playing){ if (playing){
return <p>{yes_playing}</p> return <p>{yes_playing}</p>
}else{ }else{