From 38dbbd5a4f0fa9f23cb3a0d1233f6c5568521416 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Thu, 10 Aug 2023 00:07:54 +0200 Subject: [PATCH] Fix comment copy-paste error --- components/bounty-form.js | 1 - components/job-form.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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) {