We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea2620 commit 287657fCopy full SHA for 287657f
frontend/src/pages/QuestionHistoryDetail/index.tsx
@@ -75,6 +75,7 @@ const QuestionHistoryDetail: React.FC = () => {
75
<IconButton sx={{marginTop: 2}} onClick={() => navigate(-1)}>
76
<ArrowBack />
77
</IconButton>
78
+ <Typography variant="h2" style={{marginTop: 20, marginBottom: 20}}>Latest submission details</Typography>
79
{ user && qnhistState.selectedQnHistory &&
80
<TableContainer>
81
<Table
0 commit comments