aboutsummaryrefslogtreecommitdiff
path: root/services/bacchus-dashboard/dashboard-template.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/bacchus-dashboard/dashboard-template.nix')
-rw-r--r--services/bacchus-dashboard/dashboard-template.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/bacchus-dashboard/dashboard-template.nix b/services/bacchus-dashboard/dashboard-template.nix
index 9883a1d..7b34490 100644
--- a/services/bacchus-dashboard/dashboard-template.nix
+++ b/services/bacchus-dashboard/dashboard-template.nix
@@ -125,7 +125,7 @@ in
<section class="links-container">
${concatStringsSep "" (map linkHTML links)}
</section>
- ${if embedLink == null then "" else ''
+ ${if embedLink == null || embedLink == "" then "" else ''
<section class="stats-container">
<iframe src="${embedLink}"></iframe>
</section>