From f1c296c0d38a6e7274b9f5c5c874917308d0fa9a Mon Sep 17 00:00:00 2001 From: KeviNmp4 Date: Wed, 15 May 2024 02:04:58 +0200 Subject: [PATCH] Added: array with variables on reviews page --- frontend/app/(app)/(tabs)/review/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/app/(app)/(tabs)/review/index.js b/frontend/app/(app)/(tabs)/review/index.js index 3c4f82a..7c89165 100644 --- a/frontend/app/(app)/(tabs)/review/index.js +++ b/frontend/app/(app)/(tabs)/review/index.js @@ -30,17 +30,17 @@ export default function Tab() { alert("Something went wrong"); } } + const opt3 = ["Bad", "Medium", "Excellent!"]; + const opt5 = [ + "Disgust", + "Not great, not terrible", + "Good", + "Why not?", + "Excellent!", + ]; return ( -