mirror of
https://github.com/tooot-app/app
synced 2025-01-03 13:10:23 +01:00
Fixed #561
This commit is contained in:
parent
41acc776ac
commit
d3d2202caa
@ -118,7 +118,7 @@ const TabSharedToot: React.FC<TabSharedStackScreenProps<'Tab-Shared-Toot'>> = ({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<TimelineDefault
|
<TimelineDefault
|
||||||
item={{ ...item, content: `${item.content}${JSON.stringify(levels)}` }}
|
item={item}
|
||||||
queryKey={queryKey}
|
queryKey={queryKey}
|
||||||
rootQueryKey={rootQueryKey}
|
rootQueryKey={rootQueryKey}
|
||||||
highlighted={toot.id === item.id}
|
highlighted={toot.id === item.id}
|
||||||
|
Loading…
Reference in New Issue
Block a user