diff --git a/app/soapbox/components/status.tsx b/app/soapbox/components/status.tsx index bfbd1b4dc..2386dd214 100644 --- a/app/soapbox/components/status.tsx +++ b/app/soapbox/components/status.tsx @@ -310,13 +310,7 @@ const Status: React.FC = (props) => { react: handleHotkeyReact, }; - const timestampEl = ( - event.stopPropagation()}> - - - ); - - const accountAction = props.accountAction || timestampEl; + const accountAction = props.accountAction; const isUnderReview = actualStatus.visibility === 'self'; const isSensitive = actualStatus.hidden; @@ -347,6 +341,8 @@ const Status: React.FC = (props) => { = ({ const isUnderReview = actualStatus.visibility === 'self'; const isSensitive = actualStatus.hidden; - const timestampEl = ( - - ); - let statusTypeIcon = null; let quote; @@ -97,7 +88,7 @@ const DetailedStatus: React.FC = ({