Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kafann committed Aug 23, 2023
1 parent 737e2d0 commit e793d11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default function QuestModal({
try {
let txPayload: TransactionModel = {
modalId,
message: `Creating Quest (2/${values.bounty?.parsedAmount ? '4' : '3'})`,
message: `Creating Quest (2/${totalTransactionSteps})`,
status: TransactionStatus.WaitingForSignature,
type: TransactionType.QuestCreate,
};
Expand Down

0 comments on commit e793d11

Please sign in to comment.