Fix comment copy-paste error
This commit is contained in:
parent
bd59e392b7
commit
38dbbd5a4f
|
@ -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: {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue