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.
2 parents 4cf3b3d + d952678 commit be7ff87Copy full SHA for be7ff87
frontends/web/src/routes/settings/components/settingsItem/settingsItem.tsx
@@ -44,7 +44,7 @@ export const SettingsItem = ({
44
<div className={styles.rightContentContainer}>
45
<p className={
46
`
47
- ${styles.displayedValue}
+ ${displayedValue ? styles.displayedValue : ''}
48
${extraComponent ? styles.withMargin : ''}
49
${hideDisplayedValueOnSmall ? styles.hideDisplayedValueOnSmall : ''}
50
`}
0 commit comments