0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Delete unused const

This commit is contained in:
yude 2021-05-26 07:52:23 +09:00
parent e2db2de68b
commit 44493605fd
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

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