fix: no menu in PWA
This commit is contained in:
@@ -122,7 +122,6 @@ export function Sidebar({ isOpen }: SidebarProps) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{isAuthenticated && (
|
|
||||||
<>
|
<>
|
||||||
<div className="px-3 py-2">
|
<div className="px-3 py-2">
|
||||||
<div className="space-y-1">
|
<div className="space-y-1">
|
||||||
@@ -175,7 +174,6 @@ export function Sidebar({ isOpen }: SidebarProps) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{isAuthenticated && (
|
{isAuthenticated && (
|
||||||
|
|||||||
Reference in New Issue
Block a user