Skip to content

Commit

Permalink
oopsy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyRoncin committed Sep 1, 2024
1 parent c1d28e2 commit fe41375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default function Wrapper({
}

// Fetch Partners
if (partners) {
if (!partners) {
dispatch(fetchPartners());
}

Expand Down

0 comments on commit fe41375

Please sign in to comment.