Skip to content

Commit 70d9cec

Browse files
committed
Clean up dashboard layout
1 parent 8b90a2a commit 70d9cec

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

src/app/pages/ParatimeDashboardPage/index.tsx

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,11 @@ export const ParatimeDashboardPage: FC = () => {
3434
<Grid item xs={12} md={6}>
3535
<LatestRuntimeBlocks scope={scope} />
3636
</Grid>
37-
{isMobile && (
38-
<Grid item xs={12}>
39-
<TopTokens scope={scope} />
40-
{scope.layer === 'sapphire' && <LatestRoflApps scope={scope} />}
41-
</Grid>
42-
)}
43-
</Grid>
44-
{!isMobile && (
45-
<>
37+
<Grid item xs={12}>
4638
<TopTokens scope={scope} />
4739
{scope.layer === 'sapphire' && <LatestRoflApps scope={scope} />}
48-
</>
49-
)}
40+
</Grid>
41+
</Grid>
5042
{!isLocal && (
5143
<>
5244
<Grid container spacing={4}>

0 commit comments

Comments
 (0)