aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-07 18:18:24 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-07 18:18:24 +0200
commit861fa78258f354c066d500ddac5b59710b708a1f (patch)
tree6c208a25d9ad2a7934ec424e94832b4a75e5621f /src/features
parentMake todo server editable (diff)
downloadferdium-app-861fa78258f354c066d500ddac5b59710b708a1f.tar.gz
ferdium-app-861fa78258f354c066d500ddac5b59710b708a1f.tar.zst
ferdium-app-861fa78258f354c066d500ddac5b59710b708a1f.zip
Remove service restriction
Diffstat (limited to 'src/features')
-rw-r--r--src/features/todos/components/TodosWebview.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js
index 530a5b2a9..7fe9d354b 100644
--- a/src/features/todos/components/TodosWebview.js
+++ b/src/features/todos/components/TodosWebview.js
@@ -11,7 +11,7 @@ import * as environment from '../../../environment';
11import Appear from '../../../components/ui/effects/Appear'; 11import Appear from '../../../components/ui/effects/Appear';
12import UpgradeButton from '../../../components/ui/UpgradeButton'; 12import UpgradeButton from '../../../components/ui/UpgradeButton';
13 13
14import SettingsStore from '../../../stores/SettingsStore' 14import SettingsStore from '../../../stores/SettingsStore';
15 15
16const OPEN_TODOS_BUTTON_SIZE = 45; 16const OPEN_TODOS_BUTTON_SIZE = 45;
17const CLOSE_TODOS_BUTTON_SIZE = 35; 17const CLOSE_TODOS_BUTTON_SIZE = 35;
@@ -282,7 +282,7 @@ class TodosWebview extends Component {
282 partition="persist:todos" 282 partition="persist:todos"
283 preload="./features/todos/preload.js" 283 preload="./features/todos/preload.js"
284 ref={(webview) => { this.webview = webview ? webview.view : null; }} 284 ref={(webview) => { this.webview = webview ? webview.view : null; }}
285 src={ stores.settings.all.app.todoServer || environment.TODOS_FRONTEND} 285 src={stores.settings.all.app.todoServer || environment.TODOS_FRONTEND}
286 /> 286 />
287 ) : ( 287 ) : (
288 <Appear> 288 <Appear>