fix formatting in boot.js
This commit is contained in:
@@ -103,7 +103,8 @@
|
|||||||
fontFace.load().catch(
|
fontFace.load().catch(
|
||||||
(failure) => {
|
(failure) => {
|
||||||
console.log(failure);
|
console.log(failure);
|
||||||
}, );
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
for (const [k, v] of Object.entries(themeProps)) {
|
for (const [k, v] of Object.entries(themeProps)) {
|
||||||
if (k.startsWith('font')) continue;
|
if (k.startsWith('font')) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user