Skip to content

Commit

Permalink
fix setlist conjuction unit (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoMadera committed Apr 3, 2024
1 parent 6a43347 commit fc8dd3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/SetList/SetList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from "next/link";

import { Heading } from "components";
import { useTranslations } from "hooks";
import { conjuction, getMonth, SetLists } from "utils";
import { conjuction, getMonth, Locale, SetLists } from "utils";

export default function SetList({
setLists,
Expand Down Expand Up @@ -52,7 +52,8 @@ export default function SetList({
set.venue?.city.state,
set.venue?.city.country.code,
],
locale
Locale.EN,
{ type: "unit" }
)}
</span>
</div>
Expand Down

0 comments on commit fc8dd3f

Please sign in to comment.