diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2016-01-23 03:21:41 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2016-01-26 23:47:09 +0100 |
commit | 94a18fbdecaa798d67a5bf7ad0f2b8ee4e0c7851 (patch) | |
tree | a5d3597db4c9c2af5062aba5270625776e6ee4cb /src/web/js/constants | |
parent | displaying error (diff) | |
download | newspipe-94a18fbdecaa798d67a5bf7ad0f2b8ee4e0c7851.tar.gz newspipe-94a18fbdecaa798d67a5bf7ad0f2b8ee4e0c7851.tar.bz2 newspipe-94a18fbdecaa798d67a5bf7ad0f2b8ee4e0c7851.zip |
meh, kinda works, sleep now
Diffstat (limited to 'src/web/js/constants')
-rw-r--r-- | src/web/js/constants/JarrConstants.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/web/js/constants/JarrConstants.js b/src/web/js/constants/JarrConstants.js index a0850283..3d334ee3 100644 --- a/src/web/js/constants/JarrConstants.js +++ b/src/web/js/constants/JarrConstants.js @@ -21,8 +21,6 @@ module.exports = { MiddlePanelActionTypes: keyMirror({ RELOAD_MIDDLE_PANEL: null, MIDDLE_PANEL_PARENT_FILTER: null, - MIDDLE_PANEL_FILTER_ALL: null, - MIDDLE_PANEL_FILTER_UNREAD: null, - MIDDLE_PANEL_FILTER_LIKED: null, + MIDDLE_PANEL_FILTER: null, }), }; |