This commit is contained in:
Fredrik Burmester
2024-10-05 12:22:35 +02:00
parent 200ccc6070
commit 2c14a18e53
5 changed files with 3 additions and 27 deletions

View File

@@ -50,7 +50,7 @@ export const LiveTVGuideRow = ({
return (
<View key={channel.ChannelNumber} className="flex flex-row h-16">
{programsWithPositions?.map((p) => (
<TouchableItemRouter item={p}>
<TouchableItemRouter item={p} key={p.Id}>
<View
style={{
width: p.width,