diff --git a/app/components/MentionList/MentionRow.tsx b/app/components/MentionList/MentionRow.tsx
index e51208f..742be56 100644
--- a/app/components/MentionList/MentionRow.tsx
+++ b/app/components/MentionList/MentionRow.tsx
@@ -19,8 +19,8 @@ export function MentionRow(props : MentionRowProps) {
{props.username == 'all' && @}
{props.username == 'admin' && @}
{props.username != 'all' && props.username != 'admin' && 0 ? avatars[0].avatar : null}
>}