We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b90a2a commit 70d9cecCopy full SHA for 70d9cec
1 file changed
src/app/pages/ParatimeDashboardPage/index.tsx
@@ -34,19 +34,11 @@ export const ParatimeDashboardPage: FC = () => {
34
<Grid item xs={12} md={6}>
35
<LatestRuntimeBlocks scope={scope} />
36
</Grid>
37
- {isMobile && (
38
- <Grid item xs={12}>
39
- <TopTokens scope={scope} />
40
- {scope.layer === 'sapphire' && <LatestRoflApps scope={scope} />}
41
- </Grid>
42
- )}
43
44
- {!isMobile && (
45
- <>
+ <Grid item xs={12}>
46
<TopTokens scope={scope} />
47
{scope.layer === 'sapphire' && <LatestRoflApps scope={scope} />}
48
- </>
49
+ </Grid>
50
{!isLocal && (
51
<>
52
<Grid container spacing={4}>
0 commit comments