Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
feat(sdk): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joeandrews committed Feb 24, 2020
1 parent 3715c38 commit 29aa927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension/src/ui/pages/Deposit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Deposit = ({
steps = depositSteps.gsnTransfer;
}

const tokenSupportsPermit = getTokenPermitStatus(asset.linkedTokenAddress);
const tokenSupportsPermit = asset.supportsPermit;
if (tokenSupportsPermit) {
steps = depositSteps.gsnWithPermit;
}
Expand Down

0 comments on commit 29aa927

Please sign in to comment.