mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +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 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{
|
||||||
|
Loading…
Reference in New Issue
Block a user