aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/reducers/search.js
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-12-10 14:06:11 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-12-10 14:06:11 +0100
commit29338e66b28daee52f7fe5a5cdab49140b3e5a60 (patch)
treeec9575c5da3f51029b80a70ab108885d76e55bd5 /src/client/react/reducers/search.js
parentffb2f60239ff340ea6b639b17362d87010db8e7a (diff)
Show correct icon based on user type
Diffstat (limited to 'src/client/react/reducers/search.js')
-rw-r--r--src/client/react/reducers/search.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/react/reducers/search.js b/src/client/react/reducers/search.js
index 50233a7..4e2032d 100644
--- a/src/client/react/reducers/search.js
+++ b/src/client/react/reducers/search.js
@@ -12,6 +12,9 @@ const search = (state = DEFAULT_STATE, action) => {
searchInput: action.typedValue,
searchResults: [
{ type: 's', value: '18561' },
+ { type: 'c', value: '5H2' },
+ { type: 't', value: 'akh' },
+ { type: 'r', value: '008-mk' },
],
};
case 'SEARCH/FOCUS_CHANGE':