diff --git a/src/components/account.jsx b/src/components/account.jsx
index 7554df00..10c0b6a8 100644
--- a/src/components/account.jsx
+++ b/src/components/account.jsx
@@ -2,6 +2,7 @@ import './account.css';
import { useEffect, useState } from 'preact/hooks';
+import emojifyText from '../utils/emojify-text';
import enhanceContent from '../utils/enhance-content';
import handleAccountLinks from '../utils/handle-account-links';
import shortenNumber from '../utils/shorten-number';
@@ -171,12 +172,16 @@ function Account({ account }) {
key={name}
>
- {name}{' '}
+ {' '}
{!!verifiedAt &&