We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2229c commit 2ff1feaCopy full SHA for 2ff1fea
src/compounds/ActionsGroup/ActionsGroup.jsx
@@ -23,7 +23,7 @@ const ActionsGroup = ({ initialFiles }) => {
23
return (
24
<>
25
<ListGroup className='actions-group'>
26
- {/* TODO(@summercook): return the this and the below commented code
+ {/* TODO(@summercook): return this and the below commented code
27
once we are able to refactor posting messages & attachments */}
28
{/* <ListGroup.Item action variant='primary' onClick={() => handleShow('SendMessage')}>
29
<FontAwesomeIcon icon='fa-envelope' />
0 commit comments