fix(SW-438): fix problem with type for quick links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user