mirror of https://github.com/tooot-app/app
Small fixes
This commit is contained in:
parent
ac293f28c1
commit
6488a8f7bd
|
@ -4,7 +4,7 @@
|
||||||
"native": "210511",
|
"native": "210511",
|
||||||
"major": 2,
|
"major": 2,
|
||||||
"minor": 1,
|
"minor": 1,
|
||||||
"patch": 0,
|
"patch": 1,
|
||||||
"expo": "41.0.0"
|
"expo": "41.0.0"
|
||||||
},
|
},
|
||||||
"description": "tooot app for Mastodon",
|
"description": "tooot app for Mastodon",
|
||||||
|
|
|
@ -49,7 +49,7 @@ const TimelineDefault: React.FC<Props> = ({
|
||||||
StackNavigationProp<Nav.TabLocalStackParamList>
|
StackNavigationProp<Nav.TabLocalStackParamList>
|
||||||
>()
|
>()
|
||||||
|
|
||||||
let actualStatus = item.reblog ? item.reblog : item
|
const actualStatus = item.reblog ? item.reblog : item
|
||||||
|
|
||||||
const ownAccount = actualStatus.account.id === instanceAccount?.id
|
const ownAccount = actualStatus.account.id === instanceAccount?.id
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue