Update [username].tsx
This commit is contained in:
parent
d2fbc0ab9c
commit
47c51b97f7
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ const ProfileRoute: React.FC = () => {
|
||||||
function renderNotFound() {
|
function renderNotFound() {
|
||||||
return (
|
return (
|
||||||
<div id="NotFound">
|
<div id="NotFound">
|
||||||
<h2>That user doesn't exist.</h2>
|
<h2>That user doesn't exist.</h2>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue