Skip to content

Commit

Permalink
Show loader if logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau committed Jan 16, 2025
1 parent 4cb35d8 commit 18a2e8b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ export default function PromotionSubscriptionDialog({
topBackgroundSrc={'res/premium/premium_dialog_background.png'}
>
<ColumnStackLayout noMargin justifyContent="space-between" expand>
{!purchasablePlansWithPricingSystems ? (
{!purchasablePlansWithPricingSystems ||
authenticatedUser.loginState === 'loggingIn' ? (
<PlaceholderLoader />
) : (
<ColumnStackLayout expand noMargin>
Expand Down

0 comments on commit 18a2e8b

Please sign in to comment.