Skip to content

Commit

Permalink
hooks/campaigns: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Aug 2, 2023
1 parent 43eb676 commit a727d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/hooks/campaigns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { DonationStatus } from 'gql/donations.enums'
import { apiClient } from 'service/apiClient'
import { useCurrentPerson } from 'common/util/useCurrentPerson'
import { isAdmin } from 'common/util/roles'
import { AxiosError, AxiosResponse } from 'axios'
import { AxiosError } from 'axios'

// NOTE: shuffling the campaigns so that each gets its fair chance to be on top row
export const campaignsOrderQueryFunction: QueryFunction<CampaignResponse[]> = async ({
Expand Down

0 comments on commit a727d9b

Please sign in to comment.