mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Delete unused const
This commit is contained in:
parent
e2db2de68b
commit
44493605fd
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user