Skip to content

Commit

Permalink
chore : fix jsx-a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Aug 16, 2024
1 parent 2d90336 commit 0e4cab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/FrameEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,15 @@ const FrameEditor = ({
</td>
))}
<td
// eslint-disable-next-line
onClick={() => addTd(rowIndex)}
className={styles.SetRow}
aria-label="add button"
>
+
</td>
<td
// eslint-disable-next-line
onClick={() => removeLastTd(rowIndex)}
className={styles.SetRow}
aria-label="remove button"
Expand Down

0 comments on commit 0e4cab2

Please sign in to comment.