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 62313ed commit 1d078a4Copy full SHA for 1d078a4
1 file changed
src/components/Collaboration/Collaboration.jsx
@@ -6,9 +6,7 @@ import hasPermission from '~/utils/permissions';
6
import './Collaboration.css';
7
import { toast } from 'react-toastify';
8
import { ApiEndpoint } from 'utils/URL';
9
-import { useSelector } from 'react-redux';
10
import WhatWeDoSection from '../WhatWeDo/WhatWeDo';
11
-
12
import OneCommunityImage from '../../assets/images/logo2.png';
13
import JobReorderModal from './JobReorderModal';
14
@@ -169,6 +167,8 @@ function Collaboration() {
169
167
setCurrentPage(1);
170
168
}
171
setActiveTab(tab);
+ };
+
172
const toggleReorderModal = () => {
173
setIsReorderModalOpen(prevState => !prevState);
174
};
0 commit comments