Skip to content

Commit

Permalink
fix: restore unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleinez committed Dec 18, 2024
1 parent dfbbc06 commit 0f83e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/fixtures/mockLoanSearchData.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const mockState = {
partnerId: [1],
isMatchable: true,
flexibleFundraisingEnabled: false,
activityId: [9]
activityId: [9],
};

export const savedSearchParams = {
Expand Down

0 comments on commit 0f83e82

Please sign in to comment.