Skip to content

Commit a5d2dc9

Browse files
committed
fix: remove trailing comma on updates page
1 parent 4d453e9 commit a5d2dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/settings/updates/ThemeUpdateCards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function ThemeUpdateCard({ themeUpdates }: { themeUpdates: UpdateItemType
105105

106106
return (
107107
<>
108-
<SettingsDialogSubHeader>Themes</SettingsDialogSubHeader>,
108+
<SettingsDialogSubHeader>Themes</SettingsDialogSubHeader>
109109
{themeUpdates?.map((update: UpdateItemType, index: number) => (
110110
<UpdateCard
111111
update={update}

0 commit comments

Comments
 (0)