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 ( -