We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a007692 commit abed67aCopy full SHA for abed67a
frontend/src/pages/leaderboard/components/RankingLists.tsx
@@ -201,11 +201,6 @@ export default function RankingsList({
201
</Typography>
202
</Grid>
203
)}
204
- <Grid size={showLoc ? 1.5 : 2}>
205
- <Typography sx={styles.submissionId}>
206
- ID: {item.submission_id}
207
- </Typography>
208
- </Grid>
209
<Grid size={showLoc ? 2.5 : 3}>
210
<Typography>
211
<CodeDialog
@@ -218,6 +213,11 @@ export default function RankingsList({
218
213
/>
219
214
220
215
216
+ <Grid size={showLoc ? 1.5 : 2}>
217
+ <Typography sx={styles.submissionId}>
+ ID: {item.submission_id}
+ </Typography>
+ </Grid>
221
222
))}
223
</Stack>
0 commit comments