mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-20 12:01:27 +00:00
no-bug: Make checks if boost css is undefined (gh-13451)
This commit is contained in:
@@ -88,7 +88,7 @@ export class nsZenBoostStyles {
|
||||
style += `}\n`;
|
||||
}
|
||||
|
||||
if (boostData.customCSS.trim() != "") {
|
||||
if ((boostData.customCSS || "").trim() != "") {
|
||||
style += `/* USER CSS */\n`;
|
||||
style += `${boostData.customCSS || ""}\n`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user