run prettier to fix formatting

Signed-off-by: sandra-greenhalgh <sandra.greenhalgh@justeattakeaway.com>
This commit is contained in:
sandra-greenhalgh
2022-03-31 17:51:21 +01:00
parent 0a5c33c29b
commit 0838db5025
@@ -46,7 +46,10 @@ const useStyles = makeStyles<BackstageTheme, StyledTabProps>(
fontSize: theme.typography.pxToRem(13),
color: theme.palette.textSubtle,
marginLeft: props =>
tabMarginLeft(props.isFirstNav as boolean, props.isFirstIndex as boolean),
tabMarginLeft(
props.isFirstNav as boolean,
props.isFirstIndex as boolean,
),
width: '130px',
minWidth: '130px',
'&:hover': {