mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Avoid using toString()
This commit is contained in:
parent
7ad04ba8ef
commit
3898a6951d
@ -26,7 +26,7 @@ function App (props) {
|
||||
return <>404</>
|
||||
} else {
|
||||
return (
|
||||
<>{data.username.toString()}</>
|
||||
<>{data.username}</>
|
||||
)
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user