mirror of
https://github.com/tooot-app/app
synced 2025-03-13 18:10:12 +01:00
Fix crrashing
This commit is contained in:
parent
4e4bfc12ed
commit
0b4a8ead84
@ -50,7 +50,7 @@ const TimelineDefault: React.FC<Props> = ({
|
||||
|
||||
const actualStatus = item.reblog ? item.reblog : item
|
||||
|
||||
const ownAccount = actualStatus.account.id === instanceAccount?.id
|
||||
const ownAccount = actualStatus.account?.id === instanceAccount?.id
|
||||
|
||||
if (
|
||||
!highlighted &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user