Skip to content

Commit

Permalink
prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulWahab3181 committed Mar 1, 2024
1 parent 78fbebf commit b2d2c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/superadmin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const SuperAdmin = () => {
const handleApplyButtonClick = () => {
const selectedProviders: string = providers
.filter((provider: Bounty) =>
providersCheckboxSelected.find(
providersCheckboxSelected.find(
(providersCheckboxSelected: Bounty) =>
providersCheckboxSelected.owner_id === provider.owner_id
)
Expand Down

0 comments on commit b2d2c28

Please sign in to comment.