Fix toaster locale crash
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-03-15 05:29:44 +01:00
parent 060d48f9c4
commit 9b8409a7d3
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ export default async function RootLayout({
<SoundProvider>
{children}
<QueryToastBridge />
<Toaster />
<Toaster locale={locale} />
</SoundProvider>
</ThemeProvider>
<Script