From 82f9dbf7a70d9ab80e0708beeb0ef55506c8573d Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 27 Jan 2021 09:14:55 +0100 Subject: [PATCH] Fix typos --- frontend/src/component/strategies/list-component.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/component/strategies/list-component.jsx b/frontend/src/component/strategies/list-component.jsx index 9fb9a337d9..c8d20eebc3 100644 --- a/frontend/src/component/strategies/list-component.jsx +++ b/frontend/src/component/strategies/list-component.jsx @@ -60,13 +60,13 @@ class StrategiesListComponent extends Component { {strategy.deprecated ? ( reactivateStrategy(strategy)} /> ) : ( deprecateStrategy(strategy)} @@ -82,7 +82,7 @@ class StrategiesListComponent extends Component { ) : ( removeStrategy(strategy)} /> )}