-
Notifications
You must be signed in to change notification settings - Fork 379
hamid/wall-21/crypto-withdraw-form #9372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hamid/wall-21/crypto-withdraw-form #9372
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information.
|
🚨 Lighthouse report for the changes in this PR:
Lighthouse ran with https://deriv-app-git-fork-hamid-deriv-hamid-wall-21crypto-withdrawal.binary.sx/ |
packages/appstore/src/components/wallet-withdrawal/wallet-withdrawal.scss
Outdated
Show resolved
Hide resolved
packages/cashier/src/components/percentage-selector/percentage-selector.scss
Outdated
Show resolved
Hide resolved
packages/cashier/src/components/recent-transaction/recent-transaction.scss
Outdated
Show resolved
Hide resolved
packages/cashier/src/components/recent-transaction/recent-transaction.tsx
Outdated
Show resolved
Hide resolved
packages/cashier/src/pages/withdrawal/crypto-withdraw-form/crypto-withdraw-form.scss
Outdated
Show resolved
Hide resolved
packages/cashier/src/pages/withdrawal/crypto-withdraw-form/crypto-withdraw-form.tsx
Outdated
Show resolved
Hide resolved
const url_params = useMemo(() => new URLSearchParams(url_query_string), [url_query_string]); | ||
const action_param = url_params.get('action'); | ||
const loginid = url_params.get('loginid'); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@farzin-deriv as we are using this logic for redirecting the user in many places, can we make a hook to reuse the logic? Maybe in the future, this hook can replace the redirect.jsx file :thinking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aum-deriv Probably yes 👍🏻 But <Redirect />
has been used in many places, First we need to figure out the use cases and then make the change.
…l-21/crypto-withdrawal
Kudos, SonarCloud Quality Gate passed!
|
Changes:
Please provide a summary of the change.
Screenshots:
Please provide some screenshots of the change.