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