DetailedStatus: remove timestamp from account
This commit is contained in:
parent
b608095e84
commit
08b2f0446d
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ const DetailedStatus: React.FC<IDetailedStatus> = ({
|
|||
<Account
|
||||
key={account.id}
|
||||
account={account}
|
||||
timestamp={actualStatus.created_at}
|
||||
avatarSize={42}
|
||||
hideActions
|
||||
approvalStatus={actualStatus.approval_status}
|
||||
|
|
Loading…
Reference in a new issue