From b9ffe000424b01b9104be6d0fad92050a788e81a Mon Sep 17 00:00:00 2001 From: trisua Date: Fri, 11 Apr 2025 18:13:41 -0400 Subject: [PATCH] fix: don't show profile warning if no warning is set --- crates/app/src/public/html/profile/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/app/src/public/html/profile/base.html b/crates/app/src/public/html/profile/base.html index dcb636f..138a076 100644 --- a/crates/app/src/public/html/profile/base.html +++ b/crates/app/src/public/html/profile/base.html @@ -289,7 +289,7 @@ -{% if not is_self %} +{% if not is_self and profile.settings.warning %}