1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: remove typo from UI

This commit is contained in:
Youssef 2021-11-05 09:19:07 +01:00
parent e2414216da
commit 7d2ea9407c

View File

@ -83,7 +83,7 @@ const FeatureToggleListItem = ({
<>
<Tooltip title={description}>
<span className={commonStyles.toggleName}>
{name}&nbsp; z{' '}
{name}&nbsp;{' '}
</span>
</Tooltip>
<span className={styles.listItemToggle}></span>