From d6c9952a8cf87d9eccbf91734b12930d6c4426a0 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Fri, 6 Jan 2023 12:03:57 -0500 Subject: [PATCH] Move timestamp back to Account --- app/soapbox/components/status.tsx | 10 +++------- .../features/status/components/detailed-status.tsx | 11 +---------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/app/soapbox/components/status.tsx b/app/soapbox/components/status.tsx index bfbd1b4dc1..2386dd2142 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 = ({