From 3ecbe70fa70b187a03b727fd21b1fb36d46442d1 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sun, 25 Jun 2023 17:14:20 -0700 Subject: Fix lint issues --- src/components/Result/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/Result') diff --git a/src/components/Result/index.tsx b/src/components/Result/index.tsx index 9fc7861..4aadbc6 100644 --- a/src/components/Result/index.tsx +++ b/src/components/Result/index.tsx @@ -40,7 +40,7 @@ export function Result({ <> {textForTry[currentTry - 1]} - Today's song is {todaysSolution.artist} - {todaysSolution.name} + Today's song is {todaysSolution.artist} - {todaysSolution.name} You guessed it in {currentTry} {currentTry === 1 ? 'try' : 'tries'}. @@ -59,7 +59,7 @@ export function Result({ <> Unfortunately, thats wrong. - Today's song is {todaysSolution.artist} - {todaysSolution.name} + Today's song is {todaysSolution.artist} - {todaysSolution.name}