refactor(SW-438): update namings

This commit is contained in:
Matilda Landström
2024-10-16 09:43:32 +02:00
parent 76063e1757
commit 8eb822da16
3 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ export default function Sidebar({ blocks }: SidebarProps) {
/>
)
case SidebarEnums.blocks.Shortcuts:
case SidebarEnums.blocks.QuickLinks:
return <ShortcutsList {...block.shortcuts} />
default: