Fix comment copy-paste error
This commit is contained in:
parent
bd59e392b7
commit
38dbbd5a4f
components
@ -53,7 +53,6 @@ export function BountyForm ({
|
|||||||
|
|
||||||
const submitUpsertBounty = useCallback(
|
const submitUpsertBounty = useCallback(
|
||||||
// we ignore the invoice since only stackers can post bounties
|
// we ignore the invoice since only stackers can post bounties
|
||||||
// the invoice is only for funding the wallet
|
|
||||||
async (_, boost, bounty, values, __) => {
|
async (_, boost, bounty, values, __) => {
|
||||||
const { error } = await upsertBounty({
|
const { error } = await upsertBounty({
|
||||||
variables: {
|
variables: {
|
||||||
|
@ -52,8 +52,7 @@ export default function JobForm ({ item, sub }) {
|
|||||||
)
|
)
|
||||||
|
|
||||||
const submitUpsertJob = useCallback(
|
const submitUpsertJob = useCallback(
|
||||||
// we ignore the invoice since only stackers can post bounties
|
// we ignore the invoice since only stackers can post jobs
|
||||||
// the invoice is only for funding the wallet
|
|
||||||
async (_, maxBid, stop, start, values, __) => {
|
async (_, maxBid, stop, start, values, __) => {
|
||||||
let status
|
let status
|
||||||
if (start) {
|
if (start) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user