mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 11:43:26 +00:00
chore: run prettier
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user