mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Improved history diff
This commit is contained in:
@ -368,7 +368,7 @@ const TabSharedToot: React.FC<TabSharedStackScreenProps<'Tab-Shared-Toot'>> = ({
|
||||
})
|
||||
: null}
|
||||
{/* <CustomText
|
||||
children={data?.body[index - 1]?._level}
|
||||
children={finalData.current[index - 1]?._level}
|
||||
style={{ position: 'absolute', top: 4, left: 4, color: colors.red }}
|
||||
/>
|
||||
<CustomText
|
||||
@ -376,7 +376,7 @@ const TabSharedToot: React.FC<TabSharedStackScreenProps<'Tab-Shared-Toot'>> = ({
|
||||
style={{ position: 'absolute', top: 20, left: 4, color: colors.yellow }}
|
||||
/>
|
||||
<CustomText
|
||||
children={data?.body[index + 1]?._level}
|
||||
children={finalData.current[index + 1]?._level}
|
||||
style={{ position: 'absolute', top: 36, left: 4, color: colors.green }}
|
||||
/> */}
|
||||
</View>
|
||||
|
Reference in New Issue
Block a user