aboutsummaryrefslogtreecommitdiff
path: root/src/content/reducers/find.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/reducers/find.js')
-rw-r--r--src/content/reducers/find.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/reducers/find.js b/src/content/reducers/find.js
index eb43c37..8d63ee5 100644
--- a/src/content/reducers/find.js
+++ b/src/content/reducers/find.js
@@ -1,7 +1,7 @@
import actions from 'content/actions';
const defaultState = {
- keyword: '',
+ keyword: null,
found: false,
};