Skip to content

Commit 2ff1fea

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/ActionsGroup/ActionsGroup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ActionsGroup = ({ initialFiles }) => {
2323
return (
2424
<>
2525
<ListGroup className='actions-group'>
26-
{/* TODO(@summercook): return the this and the below commented code
26+
{/* TODO(@summercook): return this and the below commented code
2727
once we are able to refactor posting messages & attachments */}
2828
{/* <ListGroup.Item action variant='primary' onClick={() => handleShow('SendMessage')}>
2929
<FontAwesomeIcon icon='fa-envelope' />

0 commit comments

Comments
 (0)