From 2f0aadac1ed81f0ac6c290c5977fcdf3e4026270 Mon Sep 17 00:00:00 2001 From: John Harrington <84741727+harr1424@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:52:20 -0700 Subject: [PATCH] PM-7853 implemented hide send based on config setting (#18831) (#19205) (cherry picked from commit cf32250d7b947804fa196f719574d913888fd3f6) Co-authored-by: bmbitwarden --- apps/web/src/app/layouts/user-layout.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/app/layouts/user-layout.component.html b/apps/web/src/app/layouts/user-layout.component.html index e9c9f8ace27..57b8cf047c4 100644 --- a/apps/web/src/app/layouts/user-layout.component.html +++ b/apps/web/src/app/layouts/user-layout.component.html @@ -3,7 +3,6 @@ - @if (sendEnabled$ | async) { }