mirror of
https://github.com/yude-jp/yude.jp
synced 2025-12-16 20:54:17 +09:00
Show nothing when nothing playing
This commit is contained in:
@@ -20,7 +20,7 @@ const App = () => {
|
||||
if (playing){
|
||||
return <p>{yes_playing}</p>
|
||||
}else{
|
||||
return <p>{no_playing}</p>
|
||||
return <p> </p>
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user