mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: error in snapshot
This commit is contained in:
parent
913db58c35
commit
f4cbfe8bee
@ -78,12 +78,12 @@ exports[`renders correctly with one strategy 1`] = `
|
||||
disabled={false}
|
||||
name="visibility_off"
|
||||
onClick={[Function]}
|
||||
title="Deprecate acitvation strategy"
|
||||
title="Deprecate activation strategy"
|
||||
/>
|
||||
<react-mdl-IconButton
|
||||
name="delete"
|
||||
onClick={[Function]}
|
||||
title="Delete acitvation strategy"
|
||||
title="Delete activation strategy"
|
||||
/>
|
||||
</span>
|
||||
</react-mdl-ListItem>
|
||||
@ -155,7 +155,7 @@ exports[`renders correctly with one strategy without permissions 1`] = `
|
||||
disabled={false}
|
||||
name="visibility_off"
|
||||
onClick={[Function]}
|
||||
title="Deprecate acitvation strategy"
|
||||
title="Deprecate activation strategy"
|
||||
/>
|
||||
<react-mdl-IconButton
|
||||
disabled={true}
|
||||
|
Loading…
Reference in New Issue
Block a user