mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Update error tracing
This commit is contained in:
@ -22,7 +22,7 @@ const TimelineActioned = React.memo(
|
||||
const { colors } = useTheme()
|
||||
const navigation =
|
||||
useNavigation<StackNavigationProp<TabLocalStackParamList>>()
|
||||
const name = account.display_name || account.username
|
||||
const name = account?.display_name || account.username
|
||||
const iconColor = colors.primaryDefault
|
||||
|
||||
const content = (content: string) => (
|
||||
|
Reference in New Issue
Block a user