diff --git a/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx b/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx index 1b4b106c5..2647a18b5 100644 --- a/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx +++ b/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx @@ -8,9 +8,10 @@ import type { ShortcutsListItemsProps } from "@/types/components/blocks/shortcut export default function ShortcutsListItems({ shortcutsListItems, + className, }: ShortcutsListItemsProps) { return ( -