diff --git a/frontend/ui/src/pages/Inbox/MessageInput/index.tsx b/frontend/ui/src/pages/Inbox/MessageInput/index.tsx index f82baff0e7..9fabd7b607 100644 --- a/frontend/ui/src/pages/Inbox/MessageInput/index.tsx +++ b/frontend/ui/src/pages/Inbox/MessageInput/index.tsx @@ -374,7 +374,8 @@ const MessageInput = (props: Props) => { type="button" styleVariant="outline-big" onClick={toggleSuggestedReplies} - dataCy={cySuggestionsButton}> + dataCy={cySuggestionsButton} + >
Suggestions @@ -456,7 +457,8 @@ const MessageInput = (props: Props) => { }`} onClick={sendMessage} disabled={(input.trim().length == 0 && !canSendMessage()) || blockSpam} - data-cy={cyMessageSendButton}> + data-cy={cyMessageSendButton} + >
@@ -465,7 +467,8 @@ const MessageInput = (props: Props) => {
0 ? {visibility: 'visible'} : {visibility: 'hidden'}}> + style={textAreaRef?.current?.value?.length > 0 ? {visibility: 'visible'} : {visibility: 'hidden'}} + > {'Shift + Enter to add line'}