Skip to content

Commit 3500f28

Browse files
committed
fix comment
1 parent 4d80a55 commit 3500f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compounds/ActionsGroup/ActionsGroup.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import ViewFiles from './actions/ViewFiles'
77
import { allowNull } from '../../resources/utilityFunctions'
88
import './actions-group.scss'
99

10-
// TODO: add back handleSendingMessagesOrFiles into the props. see below TODO.
11-
const ActionsGroup = ({ initialFiles, handleSendingMessagesOrFiles }) => {
10+
// TODO: add back handleSendingMessagesOrFiles into the props, removing for now to avoid console error. see below TODO.
11+
const ActionsGroup = ({ initialFiles }) => {
1212
const [show, setShow] = useState(false)
1313
const [action, setAction] = useState(null)
1414

0 commit comments

Comments
 (0)