aboutsummaryrefslogtreecommitdiff
path: root/pages/search.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/search.tsx')
-rw-r--r--pages/search.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/search.tsx b/pages/search.tsx
index e2825e8..92de828 100644
--- a/pages/search.tsx
+++ b/pages/search.tsx
@@ -41,7 +41,7 @@ function SearchResult(props: { user: userInfo }) {
left: 48 + 12
}}>
<b>{props.user.username}</b>
- <p>{props.user.status || "Hey daar!, ik ben nieuw op deze website en heb nog geen status."}</p>
+ <p>{props.user.status}</p>
</div>
</div>
</Vierkant>;