From caf50e2d249294177c8f77b1162a623e5bd9ad25 Mon Sep 17 00:00:00 2001 From: Patrick Hulin Date: Mon, 26 Aug 2024 09:10:31 -0400 Subject: [PATCH] whoops. --- client/src/sections/quests/level11/Palindome.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/sections/quests/level11/Palindome.tsx b/client/src/sections/quests/level11/Palindome.tsx index 2b1d9356..9df534c1 100644 --- a/client/src/sections/quests/level11/Palindome.tsx +++ b/client/src/sections/quests/level11/Palindome.tsx @@ -76,8 +76,7 @@ const Level11Palindome: React.FC = () => { )} {neededNcPhotos.length > 0 && ( - Find {pluralize(neededNcPhotos.length, "photograph")} of a{} of - a{" "} + Find {pluralize(neededNcPhotos.length, "photograph")} of a{" "} {commaAnd( ["red nugget", "ostrich egg", "god"].filter( (item) => !have($item`photograph of a ${item}`)