fix: error page for language switcher
This commit is contained in:
6
app/[lang]/(live-current)/@languageSwitcher/error.tsx
Normal file
6
app/[lang]/(live-current)/@languageSwitcher/error.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
"use client"
|
||||
|
||||
export default function Error() {
|
||||
// Don't return any content if error
|
||||
return null
|
||||
}
|
||||
Reference in New Issue
Block a user