We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a68ad commit a409036Copy full SHA for a409036
app/components/TimelineItem.tsx
@@ -74,7 +74,7 @@ export function TimelineItem({
74
<Text style={$previewText(themeName)} numberOfLines={1}>
75
{preview}
76
</Text>
77
- {deltaTime && <Text style={$deltaText(themeName)}>+{deltaTime}ms</Text>}
+ {!!deltaTime && <Text style={$deltaText(themeName)}>+{deltaTime}ms</Text>}
78
</View>
79
</Pressable>
80
0 commit comments