diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index 3938b1c0..9f7c3695 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -515,10 +515,15 @@ function RelatedActions({ info, instance, authenticated }) {

{followedBy ? ( Following you - ) : ( + ) : !!lastStatusAt ? ( - Last status: + Last status:{' '} + {niceDateTime(lastStatusAt, { + hideTime: true, + })} + ) : ( + )}{' '}