Skip to content

Commit 775aeb6

Browse files
committed
Fix lint
1 parent 0c425f7 commit 775aeb6

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/Preview/DevTools/Tabs

1 file changed

+1
-1
lines changed

packages/app/src/app/components/Preview/DevTools/Tabs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const DevToolTabs = ({
8080
pane.closeable && panes.length !== 1 ? closeTab : undefined
8181
}
8282
index={i}
83-
key={i} // eslint-disable-line react/no-array-index-key pane.id is not unique!
83+
key={i} // eslint-disable-line react/no-array-index-key
8484
status={
8585
status
8686
? status[pane.id] || { unread: 0, type: 'info' }

0 commit comments

Comments
 (0)