Skip to content

Commit 6d86faf

Browse files
committed
fix the other trmplate quotes
1 parent ad149ad commit 6d86faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tools/lib/create-icons/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const template = (name, pathData, ltr) => `import { registerIcon } from "@ui5/we
1111
1212
const name = "${name}";
1313
const pathData = "${pathData}";
14-
const ltr = "${ltr}";
14+
const ltr = ${ltr};
1515
1616
registerIcon(name, { pathData, ltr});
1717

0 commit comments

Comments
 (0)