No, I totally did not commit this to prod.

This commit is contained in:
Paul
2021-07-06 23:11:36 +01:00
parent 93e328821f
commit 90562493a5

View File

@@ -175,9 +175,6 @@ function Locale({ children, locale }: Props) {
return obj;
}
dayjs.updateLocale("en", {
calendar: { ...definition.dayjs, sameDay: "sussy baka" },
});
useEffect(() => {
if (locale === "en") {
const defn = transformLanguage(definition);