mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Fix typos
This commit is contained in:
parent
9221f69ca8
commit
82f9dbf7a7
@ -60,13 +60,13 @@ class StrategiesListComponent extends Component {
|
|||||||
{strategy.deprecated ? (
|
{strategy.deprecated ? (
|
||||||
<IconButton
|
<IconButton
|
||||||
name="visibility"
|
name="visibility"
|
||||||
title="Reactivate acitvation strategy"
|
title="Reactivate activation strategy"
|
||||||
onClick={() => reactivateStrategy(strategy)}
|
onClick={() => reactivateStrategy(strategy)}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<IconButton
|
<IconButton
|
||||||
name="visibility_off"
|
name="visibility_off"
|
||||||
title="Deprecate acitvation strategy"
|
title="Deprecate activation strategy"
|
||||||
disabled={strategy.name === 'default'}
|
disabled={strategy.name === 'default'}
|
||||||
color="#"
|
color="#"
|
||||||
onClick={() => deprecateStrategy(strategy)}
|
onClick={() => deprecateStrategy(strategy)}
|
||||||
@ -82,7 +82,7 @@ class StrategiesListComponent extends Component {
|
|||||||
) : (
|
) : (
|
||||||
<IconButton
|
<IconButton
|
||||||
name="delete"
|
name="delete"
|
||||||
title="Delete acitvation strategy"
|
title="Delete activation strategy"
|
||||||
onClick={() => removeStrategy(strategy)}
|
onClick={() => removeStrategy(strategy)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user