diff --git a/apps/client/src/widgets/type_widgets/web_view.ts b/apps/client/src/widgets/type_widgets/web_view.ts
index 6e9b2b9d5..26575d3dc 100644
--- a/apps/client/src/widgets/type_widgets/web_view.ts
+++ b/apps/client/src/widgets/type_widgets/web_view.ts
@@ -20,7 +20,7 @@ const TPL = /*html*/`
function buildElement() {
if (!utils.isElectron()) {
- return ``;
+ return ``;
} else {
return ``;
}