chore: run prettier

This commit is contained in:
Adrian Castro
2024-02-04 16:52:27 +01:00
parent aa0e374bca
commit e88b7d2051

View File

@@ -22,7 +22,9 @@ export default function Item({
</View>
<Text className="font-bold">{title}</Text>
<View className="flex-row items-center gap-3">
<Text className="text-xs text-gray-600">{type === 'tv' ? 'Show' : 'Movie'}</Text>
<Text className="text-xs text-gray-600">
{type === "tv" ? "Show" : "Movie"}
</Text>
<View className="h-1 w-1 rounded-3xl bg-gray-600" />
<Text className="text-sm text-gray-600">{year}</Text>
</View>