Skip to content

Commit 287657f

Browse files
committed
Add title to qnhistdetails page
1 parent 2ea2620 commit 287657f

File tree

1 file changed

+1
-0
lines changed
  • frontend/src/pages/QuestionHistoryDetail

1 file changed

+1
-0
lines changed

frontend/src/pages/QuestionHistoryDetail/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const QuestionHistoryDetail: React.FC = () => {
7575
<IconButton sx={{marginTop: 2}} onClick={() => navigate(-1)}>
7676
<ArrowBack />
7777
</IconButton>
78+
<Typography variant="h2" style={{marginTop: 20, marginBottom: 20}}>Latest submission details</Typography>
7879
{ user && qnhistState.selectedQnHistory &&
7980
<TableContainer>
8081
<Table

0 commit comments

Comments
 (0)