Skip to content

Commit 1d078a4

Browse files
Kedarnath R GubbiKedarnath R Gubbi
authored andcommitted
fix merge conflict
1 parent 62313ed commit 1d078a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Collaboration/Collaboration.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ import hasPermission from '~/utils/permissions';
66
import './Collaboration.css';
77
import { toast } from 'react-toastify';
88
import { ApiEndpoint } from 'utils/URL';
9-
import { useSelector } from 'react-redux';
109
import WhatWeDoSection from '../WhatWeDo/WhatWeDo';
11-
1210
import OneCommunityImage from '../../assets/images/logo2.png';
1311
import JobReorderModal from './JobReorderModal';
1412

@@ -169,6 +167,8 @@ function Collaboration() {
169167
setCurrentPage(1);
170168
}
171169
setActiveTab(tab);
170+
};
171+
172172
const toggleReorderModal = () => {
173173
setIsReorderModalOpen(prevState => !prevState);
174174
};

0 commit comments

Comments
 (0)