pl-fe: do not display timestamp for draft statuses
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
1cdbdab8f5
commit
d0511654df
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue