Skip to content

Commit

Permalink
chore: replace sortingType string with enum type
Browse files Browse the repository at this point in the history
  • Loading branch information
Usmanfee committed Oct 10, 2024
1 parent 952b257 commit fb6c81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/ServiceMarketplace/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function ServiceMarketplace() {
const [argsData, setArgsData] = useState<{
page: number
serviceType: ServiceTypeIdsEnum | ''
sortingType: string
sortingType: SORTING_TYPE
}>({
page: 0,
serviceType: serviceTypeId,
Expand Down

0 comments on commit fb6c81c

Please sign in to comment.