From 0e4cab272eedd40a1196d6a9d35263891bf555a3 Mon Sep 17 00:00:00 2001 From: ubinquitous Date: Fri, 16 Aug 2024 16:09:10 +0900 Subject: [PATCH] chore : fix jsx-a11y --- components/FrameEditor/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/FrameEditor/index.tsx b/components/FrameEditor/index.tsx index 0f1712c..35769a3 100644 --- a/components/FrameEditor/index.tsx +++ b/components/FrameEditor/index.tsx @@ -297,6 +297,7 @@ const FrameEditor = ({ ))} addTd(rowIndex)} className={styles.SetRow} aria-label="add button" @@ -304,6 +305,7 @@ const FrameEditor = ({ + removeLastTd(rowIndex)} className={styles.SetRow} aria-label="remove button"