From af71bc3ec64df77a498c1a0f3ff303584dacc888 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Fri, 11 Oct 2024 14:08:27 +0200 Subject: [PATCH] feat(SW-322): name change --- 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 72f6977d6..576043f44 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({ - shortCutList, + shortCutsListItems, }: ShortcutsListItemsProps) { return (