diff --git a/src/app/components/chat-panel/chat-panel.component.html b/src/app/components/chat-panel/chat-panel.component.html index 039be315..51ab7b7b 100644 --- a/src/app/components/chat-panel/chat-panel.component.html +++ b/src/app/components/chat-panel/chat-panel.component.html @@ -448,20 +448,22 @@ > attach_file - - - {{ i18n.updateStateMenuLabel }} - - + @if (!hideMoreOptionsButton()) { + + + {{ i18n.updateStateMenuLabel }} + + + }