Skip to content

Commit 190f389

Browse files
#1872: prettier fixes
1 parent bffc94e commit 190f389

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/layouts/PageTitle/PageTitle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const PageTitle: React.FC<PageTitleProps> = ({ title, headerRight, tabs, sticky,
3939
>
4040
<Grid container>
4141
<Grid container item md={12} display="flex" alignItems={'center'}>
42-
<Grid container md={8} xs ={12} spacing={2}>
42+
<Grid container md={8} xs={12} spacing={2}>
4343
<Grid item>
4444
<Typography variant="h4" fontSize={30}>
4545
{title}
@@ -49,7 +49,7 @@ const PageTitle: React.FC<PageTitleProps> = ({ title, headerRight, tabs, sticky,
4949
<Grid item mt={1}>
5050
{chips}
5151
</Grid>
52-
)}
52+
)}
5353
</Grid>
5454
<Grid item md={4} xs={12}>
5555
<Box textAlign={['left', 'right']}>{headerRight}</Box>

0 commit comments

Comments
 (0)