Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b32a626

Browse files
Merge pull request #164 from topcoder-platform/gigs-filter
Gigs filter Update
2 parents 9efd066 + cbcf2d5 commit b32a626

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/App.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ const App = () => {
8787
useEffect(() => {
8888
if (location.pathname === "/earn/my-gigs" && isLoggedIn) {
8989
if (!location.search) {
90+
store.dispatch(actions.filter.updateGigFilter(initialGigFilter));
91+
9092
store.dispatch(
9193
actions.myGigs.getMyGigs(
9294
constants.GIGS_FILTER_STATUSES_PARAM[initialGigFilter.status]

0 commit comments

Comments
 (0)