Search query / results cards
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const appModeReducer = (state = "init", action) => {
|
||||
const appModeReducer = (state = "search results", action) => {
|
||||
switch (action.type) {
|
||||
case "APP_INIT":
|
||||
return (state = "init");
|
||||
|
||||
Reference in New Issue
Block a user