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 81013f0 commit ea95c21Copy full SHA for ea95c21
1 file changed
frontend/src/ts/collections/custom-themes.ts
@@ -40,7 +40,7 @@ const customThemesCollection = createCollection(
40
41
if (response.status !== 200) {
42
throw new Error(
43
- "Error fetching custom themes:" + response.body.message,
+ `Error fetching custom themes: ${response.body.message}`,
44
);
45
}
46
0 commit comments