Skip to content

Commit 11878b1

Browse files
Update src/compounds/ActionsGroup/ActionsGroup.jsx
Co-authored-by: Alisha Evans <[email protected]>
1 parent cfd593d commit 11878b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/compounds/ActionsGroup/ActionsGroup.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ const ActionsGroup = ({ handleSendingMessagesOrFiles, initialFiles }) => {
2323
return (
2424
<>
2525
<ListGroup className='actions-group'>
26-
<ListGroup.Item action variant='primary' onClick={() => handleShow('SendMessage')}>
26+
<ListGroup.Item
27+
action
28+
variant='primary'
29+
onClick={() => handleShow('SendMessage')}
30+
>
2731
<FontAwesomeIcon icon='fa-envelope' />
2832
Send Message
2933
</ListGroup.Item>

0 commit comments

Comments
 (0)