Skip to content

Commit 6681b1a

Browse files
committed
eliminate scroll bar for spinner
1 parent e6a6211 commit 6681b1a

File tree

1 file changed

+1
-1
lines changed
  • packages/yoroi-extension/app/UI/features/airdrop/useCases

1 file changed

+1
-1
lines changed

packages/yoroi-extension/app/UI/features/airdrop/useCases/Redeem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function Redeem(props: {
6969
<Typography sx={{ textAlign: 'center' }}>
7070
{strings.waitingForReorg}
7171
</Typography>
72-
<LoadingSpinner />
72+
{spinner}
7373
</Box>
7474
) : spinner;
7575
} else {

0 commit comments

Comments
 (0)