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

Commit 09f453b

Browse files
fix: reset gig bucket
1 parent 9a70afc commit 09f453b

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)