From fc8dd3fa1f9c101467b152b7db54d66bad867812 Mon Sep 17 00:00:00 2001 From: Marco Madera Date: Wed, 3 Apr 2024 11:29:03 -0700 Subject: [PATCH] fix setlist conjuction unit (#313) --- components/SetList/SetList.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/SetList/SetList.tsx b/components/SetList/SetList.tsx index 817cfb2..fd5d1b4 100644 --- a/components/SetList/SetList.tsx +++ b/components/SetList/SetList.tsx @@ -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, @@ -52,7 +52,8 @@ export default function SetList({ set.venue?.city.state, set.venue?.city.country.code, ], - locale + Locale.EN, + { type: "unit" } )}