fix(SW-438): fix problem with type for quick links

This commit is contained in:
Matilda Landström
2024-10-16 08:50:26 +02:00
parent a5a3bfa857
commit 76063e1757
3 changed files with 14 additions and 10 deletions

View File

@@ -63,9 +63,8 @@ export default function Sidebar({ blocks }: SidebarProps) {
/>
)
/*case SidebarEnums.blocks.Shortcuts:
console.log("SSS", block)
return <ShortcutsList {...block.shortcuts} />*/
case SidebarEnums.blocks.Shortcuts:
return <ShortcutsList {...block.shortcuts} />
default:
return null