diff --git a/src/views/app/app_info.ms b/src/views/app/app_info.ms
index 8712e627..37b359c7 100644
--- a/src/views/app/app_info.ms
+++ b/src/views/app/app_info.ms
@@ -25,8 +25,10 @@
{{manifest.multi_instance}}
{{t 'install_time'}}
{{formatTime install_time day="numeric" month="long" year="numeric" hour="numeric" minute="numeric"}}
- {{t 'url'}}
- https://{{settings.domain}}{{settings.path}}
+ {{#if settings.domain}}
+ {{t 'url'}}
+ https://{{settings.domain}}{{settings.path}}
+ {{/if}}