mirror of
https://github.com/yude-jp/yude.jp
synced 2025-10-13 03:38:36 +09:00
Update return format
This commit is contained in:
@@ -27,7 +27,7 @@ function App (){
|
||||
const yes_playing = t('yes_playing', {playing: data.members[0].game.name})
|
||||
return <p>{yes_playing}</p>
|
||||
}else{
|
||||
return <p></p>
|
||||
return <></>
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user