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}`)