Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Oct 11, 2024
1 parent 52ee5d3 commit 76223a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const useFilterState = <

if (isInitialLoad) {
initialFilterValues = isFilterEnabled
? args?.initialFilterValues ?? {}
? (args?.initialFilterValues ?? {})
: {};
}

Expand Down

0 comments on commit 76223a8

Please sign in to comment.