Skip to content

Commit

Permalink
refactor: Update PostAction type import to use PostActionFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 1, 2025
1 parent 7601234 commit 7876abb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import getCollectActionData from "@hey/helpers/getCollectActionData";
import {
type LoggedInPostOperationsFragment,
type Post,
type PostAction,
type PostActionFragment,
useExecutePostActionMutation
} from "@hey/indexer";
import { Button, WarningMessage } from "@hey/ui";
Expand All @@ -26,7 +26,7 @@ import { useBalance } from "wagmi";
interface CollectActionButtonProps {
collects: number;
onCollectSuccess?: () => void;
postAction: PostAction;
postAction: PostActionFragment;
post: Post;
}

Expand Down

0 comments on commit 7876abb

Please sign in to comment.