Skip to content

Commit

Permalink
whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
phulin committed Aug 26, 2024
1 parent 3205420 commit caf50e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/sections/quests/level11/Palindome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ const Level11Palindome: React.FC = () => {
)}
{neededNcPhotos.length > 0 && (
<Line href={PALINDOME_URL}>
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}`)
Expand Down

0 comments on commit caf50e2

Please sign in to comment.