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 4d80a55 commit 3500f28Copy full SHA for 3500f28
src/compounds/ActionsGroup/ActionsGroup.jsx
@@ -7,8 +7,8 @@ import ViewFiles from './actions/ViewFiles'
7
import { allowNull } from '../../resources/utilityFunctions'
8
import './actions-group.scss'
9
10
-// TODO: add back handleSendingMessagesOrFiles into the props. see below TODO.
11
-const ActionsGroup = ({ initialFiles, handleSendingMessagesOrFiles }) => {
+// TODO: add back handleSendingMessagesOrFiles into the props, removing for now to avoid console error. see below TODO.
+const ActionsGroup = ({ initialFiles }) => {
12
const [show, setShow] = useState(false)
13
const [action, setAction] = useState(null)
14
0 commit comments