diff --git a/components/interactables/UserPicker/ListItem/ListItem.html b/components/interactables/UserPicker/ListItem/ListItem.html index 1c9f968a0d..e182f1f09c 100644 --- a/components/interactables/UserPicker/ListItem/ListItem.html +++ b/components/interactables/UserPicker/ListItem/ListItem.html @@ -5,11 +5,6 @@ :size="32" :source="src" /> -
- {{friend.name}} -
+
{{friend.name}}
diff --git a/cypress/integration/chat-pair-features.js b/cypress/integration/chat-pair-features.js index 0b56a051a3..4a334ed811 100644 --- a/cypress/integration/chat-pair-features.js +++ b/cypress/integration/chat-pair-features.js @@ -53,11 +53,7 @@ describe('Chat features with two accounts', () => { }) it.skip('Context Menu Options - Text Message', () => { - let optionsMessage = [ - 'Add Reaction', - 'Reply', - 'Copy Message', - ] + let optionsMessage = ['Add Reaction', 'Reply', 'Copy Message'] cy.get('[data-cy=chat-message]') .contains(randomMessage) .last()