diff --git a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx index 9d7bbe51b8..21e8920f8c 100644 --- a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx +++ b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx @@ -163,12 +163,14 @@ export const StrategiesList = () => { const reactivateButton = (strategy: ICustomStrategy) => ( - onReactivateStrategy(strategy)} - permission={UPDATE_STRATEGY} - > - - +
+ onReactivateStrategy(strategy)} + permission={UPDATE_STRATEGY} + > + + +
); @@ -179,7 +181,7 @@ export const StrategiesList = () => {
- +
@@ -190,7 +192,7 @@ export const StrategiesList = () => { onClick={() => onDeprecateStrategy(strategy)} permission={UPDATE_STRATEGY} > - + } diff --git a/frontend/src/component/strategies/__tests__/__snapshots__/list-component-test.jsx.snap b/frontend/src/component/strategies/__tests__/__snapshots__/list-component-test.jsx.snap index d1f70d522a..3936770715 100644 --- a/frontend/src/component/strategies/__tests__/__snapshots__/list-component-test.jsx.snap +++ b/frontend/src/component/strategies/__tests__/__snapshots__/list-component-test.jsx.snap @@ -159,14 +159,17 @@ exports[`renders correctly with one strategy 1`] = ` className="MuiIconButton-label" > + + Deprecate strategy + + + Deprecate strategy +