Skip to content

Commit

Permalink
Merge pull request #12 from mrExplorist/mrExplorist-patch-4
Browse files Browse the repository at this point in the history
Fix(layout) : Fixed the layout while loading email client stickyDyanamic component
  • Loading branch information
lalitdotdev committed Jan 17, 2024
2 parents f4278c0 + 51aeb90 commit ed33acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/(dashboard)/[storeId]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ export default async function DashboardLayout({

return (
<>
<div className="min-h-screen">
<Navbar />

{children}
</div>
<div className="hidden flex-col md:flex">
<StickyDynamicNav
accounts={accounts}
Expand Down

0 comments on commit ed33acb

Please sign in to comment.