Fix comment copy-paste error

This commit is contained in:
ekzyis 2023-08-10 00:07:54 +02:00
parent bd59e392b7
commit 38dbbd5a4f
2 changed files with 1 additions and 3 deletions

View File

@ -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: {

View File

@ -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) {