-
Notifications
You must be signed in to change notification settings - Fork 323
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
Suisin/chore: fix blank screen issue #18107
Suisin/chore: fix blank screen issue #18107
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.
|
⏳ Generating Lighthouse report... |
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.
LGTM
|
||
const Redirect = observer(() => { | ||
const history = useHistory(); | ||
const { client, ui } = useStore(); | ||
const { isOAuth2Enabled } = useOauth2({}); | ||
const [queryCurrency, setQueryCurrency] = useState('USD'); |
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.
[Q] is this default USD intentional?
Changes:
Dtrader page is not showing issue
Screenshots:
Please provide some screenshots of the change.