Skip to content

Commit

Permalink
Add key to category heading rows
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg committed Oct 1, 2024
1 parent e5f1199 commit 34b61af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/project/SettingsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function SettingsDialog({ project, visible, allowCancel, onSave,
for (const categoryKey in ALL_SETTINGS) {
const category: SettingsCategory = ALL_SETTINGS[categoryKey]
elements.push((
<TableRow>
<TableRow key={ categoryKey }>
<TableCell>
<h3>
{ category.name }
Expand Down

0 comments on commit 34b61af

Please sign in to comment.