Skip to content

Commit

Permalink
chore: rename historicalProposal to historical-proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
wgwz committed Jul 31, 2023
1 parent c82b561 commit f00bec5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/hooks/use-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
ProposalsByGroupPolicyAddressDocument,
ProposalsByProposalIdDocument,
} from 'gql/graphql'
import { nodeToUIProposal } from 'graphql/historicalProposal.utils'
import { nodeToUIProposal } from 'graphql/historical-proposal.utils'
import { useGraphQLClient } from 'graphql-request-context'

import { fetchAllBalances } from 'api/bank.actions'
Expand Down

0 comments on commit f00bec5

Please sign in to comment.