[#276] remove false from all day date subtitle (#289)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-11-07 08:08:16 +01:00
committed by GitHub
parent e7f8b62ac8
commit e085e4c893
3 changed files with 49 additions and 1 deletions
+3
View File
@@ -24,6 +24,9 @@ export function renderWithProviders(
<I18nContext.Provider
value={{
t: (key: string, vars?: Record<string, string>) => {
if (key === "locale") {
return "en";
}
if (vars) {
const params = Object.entries(vars)
.map(([k, v]) => `${k}=${v}`)