diff --git a/components/bounty-form.js b/components/bounty-form.js index c1c2fb98..16e6ffdd 100644 --- a/components/bounty-form.js +++ b/components/bounty-form.js @@ -53,7 +53,6 @@ export function BountyForm ({ const submitUpsertBounty = useCallback( // we ignore the invoice since only stackers can post bounties - // the invoice is only for funding the wallet async (_, boost, bounty, values, __) => { const { error } = await upsertBounty({ variables: { diff --git a/components/job-form.js b/components/job-form.js index d91c0323..b3e04ca5 100644 --- a/components/job-form.js +++ b/components/job-form.js @@ -52,8 +52,7 @@ export default function JobForm ({ item, sub }) { ) const submitUpsertJob = useCallback( - // we ignore the invoice since only stackers can post bounties - // the invoice is only for funding the wallet + // we ignore the invoice since only stackers can post jobs async (_, maxBid, stop, start, values, __) => { let status if (start) {