We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd45b5 commit 7156e68Copy full SHA for 7156e68
src/pages/profiles/modification/linked-path-display.tsx
@@ -22,7 +22,7 @@ const LinkedPathDisplay: FunctionComponent<LinkedPathDisplayProps> = (props) =>
22
return (
23
<Typography
24
sx={{
25
- fontWeight: 'bold',
+ fontWeight: props.value || props.linkValidity === false ? 'bold' : 'normal',
26
color: props.linkValidity === false ? theme.palette.error.main : undefined,
27
}}
28
>
0 commit comments