We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d453e9 commit a5d2dc9Copy full SHA for a5d2dc9
src/frontend/settings/updates/ThemeUpdateCards.tsx
@@ -105,7 +105,7 @@ export function ThemeUpdateCard({ themeUpdates }: { themeUpdates: UpdateItemType
105
106
return (
107
<>
108
- <SettingsDialogSubHeader>Themes</SettingsDialogSubHeader>,
+ <SettingsDialogSubHeader>Themes</SettingsDialogSubHeader>
109
{themeUpdates?.map((update: UpdateItemType, index: number) => (
110
<UpdateCard
111
update={update}
0 commit comments