Skip to content

Commit

Permalink
chore: remove loader on logged out state
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Apr 29, 2024
1 parent 7df5199 commit 4d3edf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfd/components/MT5PlatformsList/MT5PlatformsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const MT5PlatformsList = () => {
return (
<CFDPlatformLayout title={PlatformDetails.mt5.title}>
{!isAuthorized && <LoggedOutMT5AccountsList />}
{!isFetchedAfterMount && (
{!isFetchedAfterMount && isAuthorized && (
<div className='pt-8 lg:pt-18'>
<TradingAppCardLoader />
</div>
Expand Down

0 comments on commit 4d3edf9

Please sign in to comment.