fix: missing theme on local wishlists in dashboard page
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<PageContainer theme={currentTheme} themeColor="#3b82f6">
|
||||
<PageContainer theme={currentTheme} themeColor={null}>
|
||||
<DashboardHeader
|
||||
userName={data.user?.name}
|
||||
userEmail={data.user?.email}
|
||||
|
||||
Reference in New Issue
Block a user