fix: correction de l'erreur d'hydration dans la sidebar
This commit is contained in:
@@ -122,6 +122,7 @@ export function Sidebar({ isOpen }: SidebarProps) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{isAuthenticated && (
|
||||
<>
|
||||
<div className="px-3 py-2">
|
||||
<div className="space-y-1">
|
||||
@@ -174,6 +175,7 @@ export function Sidebar({ isOpen }: SidebarProps) {
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
||||
{isAuthenticated && (
|
||||
|
||||
Reference in New Issue
Block a user