diff --git a/src/features/Posts/Components/PostCard/BountyCard/BountyCard.tsx b/src/features/Posts/Components/PostCard/BountyCard/BountyCard.tsx index 1fe0a75..382aa4b 100644 --- a/src/features/Posts/Components/PostCard/BountyCard/BountyCard.tsx +++ b/src/features/Posts/Components/PostCard/BountyCard/BountyCard.tsx @@ -23,6 +23,11 @@ interface Props { bounty: BountyCardType } export default function BountyCard({ bounty }: Props) { + + const handleApply = () => { + + } + return (