Skip to content

Commit b05ca3f

Browse files
committed
TestDetailsModal. Warning fixed
1 parent e529772 commit b05ca3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/TestDetailsModal.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,8 @@ const TestDetailsModal: React.FunctionComponent<{
148148
</Typography>
149149
</Grid>
150150
<Grid item>
151-
<Typography>
152-
Status:
153-
<TestStatusChip status={testRun.status} />
154-
</Typography>
151+
<Typography display='inline'>Status: </Typography>
152+
<TestStatusChip status={testRun.status} />
155153
</Grid>
156154
</Grid>
157155
</Paper>

0 commit comments

Comments
 (0)