Skip to content

Commit 6ac6306

Browse files
committed
fix: types
1 parent 2c27d91 commit 6ac6306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/mobile/src/modules/discover/RecommendationListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const RecommendationListItem: FC<{
7171
}}
7272
>
7373
<View className="flex-row items-center gap-1">
74-
{data.routes[route]!.heat && (
74+
{!!data.routes[route]!.heat && (
7575
<>
7676
<FireCuteReIcon width={12} height={12} />
7777
<Text

0 commit comments

Comments
 (0)