chore: Make headings consistent without trailing colon

Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Adam Harvey
2023-07-01 10:26:44 -04:00
parent b5344d21db
commit e2299a6ff5
@@ -173,7 +173,7 @@ export const PodDrawer = ({ podAndErrors, open }: PodDrawerProps) => {
</Grid>
{podAndErrors.errors.length > 0 && (
<Grid item xs={12}>
<Typography variant="h5">Errors:</Typography>
<Typography variant="h5">Errors</Typography>
</Grid>
)}
{podAndErrors.errors.length > 0 && (