From 765c9343077feda6f8e5af65ca0c45dee330f67c Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Fri, 11 Oct 2024 14:50:45 +0200 Subject: [PATCH] feat(SW-322): fix typo --- components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx | 4 ++-- components/Blocks/ShortcutsList/index.tsx | 4 ++-- types/components/blocks/shortcuts.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx b/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx index 576043f44..1b4b106c5 100644 --- a/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx +++ b/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx @@ -7,11 +7,11 @@ import styles from "./shortcutsListItems.module.css" import type { ShortcutsListItemsProps } from "@/types/components/blocks/shortcuts" export default function ShortcutsListItems({ - shortCutsListItems, + shortcutsListItems, }: ShortcutsListItemsProps) { return (