Skip to content

Commit

Permalink
rename handler
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Sep 19, 2024
1 parent 9c6bd00 commit e342062
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ export const Deposit: React.FC<DepositProps> = ({
[validateFiatAmountDebounced],
)

const handleContinueMaybeAck = useCallback(
const handleContinueOrAcknowledgement = useCallback(
(formValues: DepositValues) => {
setDepositValues(formValues)
if (isRunePool && runePoolDepositMaturityTime.data) {
Expand Down Expand Up @@ -898,7 +898,7 @@ export const Deposit: React.FC<DepositProps> = ({
marketData={assetMarketData}
onCancel={handleCancel}
onPercentClick={handlePercentClick}
onContinue={handleContinueMaybeAck}
onContinue={handleContinueOrAcknowledgement}
onBack={handleBack}
onChange={handleInputChange}
percentOptions={percentOptions}
Expand Down

0 comments on commit e342062

Please sign in to comment.