From ad2a3f3f87252711a9f3cc13916acf0fdff2949e Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Thu, 5 Sep 2019 16:39:53 +0200 Subject: Fix delay app ux in combination with announcements --- src/features/todos/containers/TodosScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/todos/containers') diff --git a/src/features/todos/containers/TodosScreen.js b/src/features/todos/containers/TodosScreen.js index 65afc985b..a5da0b014 100644 --- a/src/features/todos/containers/TodosScreen.js +++ b/src/features/todos/containers/TodosScreen.js @@ -11,7 +11,7 @@ import { todoActions } from '../actions'; @inject('stores', 'actions') @observer class TodosScreen extends Component { render() { - if (!todosStore || !todosStore.isFeatureActive) { + if (!todosStore || !todosStore.isFeatureActive || todosStore.isTodosPanelForceHidden) { return null; } -- cgit v1.2.3-70-g09d2