From f26d92e3dc9393643e0e9527d026f7479f0c07a0 Mon Sep 17 00:00:00 2001 From: ot07 Date: Tue, 19 Dec 2023 22:28:28 +0900 Subject: [PATCH] fix NumericTable.stories.tsx typo --- src/lv2/numericTable/NumericTable.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv2/numericTable/NumericTable.stories.tsx b/src/lv2/numericTable/NumericTable.stories.tsx index 2e43c547e..ab32eaf54 100644 --- a/src/lv2/numericTable/NumericTable.stories.tsx +++ b/src/lv2/numericTable/NumericTable.stories.tsx @@ -82,7 +82,7 @@ const sampleRows: Array = [ }, { cells: [ - { value: 'ステータスつけれれるよ' }, + { value: 'ステータスつけられるよ' }, { value: 'alert', status: 'alert' }, { value: 'notice', status: 'notice' }, { value: 'success', status: 'success' },