Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 19, 2025
1 parent 6a11e54 commit 9af882a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export default function ProfileTransferOwnershipProvider({

// If the setting transaction is Idle and either
// - Is the first transaction
// - Previous transaction is successfull
// - Previous transaction is successful
const canCallfunction =
ownershipSetting.status === WriteTransactionWithReceiptStatus.Idle &&
(currentIndex === 0 ||
Expand All @@ -336,7 +336,7 @@ export default function ProfileTransferOwnershipProvider({
() =>
// Smart wallet: One transaction
batchCallsStatus === BatchCallsStatus.Success ||
// Other wallet: 4 Transactions are successfull
// Other wallet: 4 Transactions are successful
(ownershipSettings.length > 0 &&
ownershipSettings.every(
(ownershipSetting) =>
Expand Down

0 comments on commit 9af882a

Please sign in to comment.