Skip to content

Commit 2938aa7

Browse files
(Modal): remove an unnecessary eslint-disable- comment
1 parent dd31946 commit 2938aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Modal.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export const FormElements: StoryObj<StoryProps> = {
293293
.map((a, i) => (
294294
<PicklistItem
295295
value={i + 1}
296-
label={`Item #${i + 1}`} // eslint-disable-next-line react/no-array-index-key
296+
label={`Item #${i + 1}`}
297297
key={i}
298298
/>
299299
))}

0 commit comments

Comments
 (0)