diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx
index 626b44d8..89015cab 100644
--- a/src/components/account-info.jsx
+++ b/src/components/account-info.jsx
@@ -518,12 +518,12 @@ function RelatedActions({ info, instance, authenticated }) {
{followedBy ? (
Following you
) : !!lastStatusAt ? (
-
+
Last status:{' '}
{niceDateTime(lastStatusAt, {
hideTime: true,
})}
-
+
) : (
)}{' '}