From 9473329708b948063f4f08e2c3580c4032c559de Mon Sep 17 00:00:00 2001 From: "Sven (AAMOS AI)" Date: Mon, 17 Aug 2026 20:13:54 +0700 Subject: [PATCH] =?UTF-8?q?feat(mobile):=20MIKRO=20STARS-3=20byt=20?= =?UTF-8?q?=E2=AD=90=20mot=20Toppval-tagg=20p=C3=A5=20f=C3=B6rsta=20f?= =?UTF-8?q?=C3=B6rslaget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mobile/src/app/(tabs)/index.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/mobile/src/app/(tabs)/index.tsx b/apps/mobile/src/app/(tabs)/index.tsx index 5312078..f4ac089 100644 --- a/apps/mobile/src/app/(tabs)/index.tsx +++ b/apps/mobile/src/app/(tabs)/index.tsx @@ -147,11 +147,9 @@ export default function WhatToEatScreen() { {shownRecs.map((rec, index) => ( router.push(`/recipe/${rec.recipeId}`)}> - - - {index === 0 ? "⭐ " : ""} - {rec.titleSv} - + + {rec.titleSv} + {index === 0 && } {rec.ratingCount > 0 && rec.ratingAverage != null && (