pl-fe: do not display timestamp for draft statuses

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-28 16:29:50 +02:00
parent 1cdbdab8f5
commit d0511654df

View file

@ -54,8 +54,6 @@ const DraftStatus: React.FC<IDraftStatus> = ({ draftStatus, ...other }) => {
<Account
key={account.id}
account={account}
timestamp={status.created_at}
futureTimestamp
action={<DraftStatusActionBar source={draftStatus} status={status} {...other} />}
/>
</HStack>