mirror of
https://github.com/yude-jp/yude.jp
synced 2025-10-13 03:38:36 +09:00
Avoid using toString()
This commit is contained in:
@@ -26,7 +26,7 @@ function App (props) {
|
||||
return <>404</>
|
||||
} else {
|
||||
return (
|
||||
<>{data.username.toString()}</>
|
||||
<>{data.username}</>
|
||||
)
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user