Skip to content

Commit ea95c21

Browse files
committed
fix lint
1 parent 81013f0 commit ea95c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/ts/collections/custom-themes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const customThemesCollection = createCollection(
4040

4141
if (response.status !== 200) {
4242
throw new Error(
43-
"Error fetching custom themes:" + response.body.message,
43+
`Error fetching custom themes: ${response.body.message}`,
4444
);
4545
}
4646

0 commit comments

Comments
 (0)