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

View File

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