Skip to content

Commit

Permalink
Added comments in store
Browse files Browse the repository at this point in the history
  • Loading branch information
mansisindhu committed Dec 19, 2021
1 parent 26cccf6 commit e66dfec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
} from "./actionTypes";

const initState = {
user: {},
games: [],
landingPageData: [],
user: {}, // user details
games: [], // browse page data, will be included filters
landingPageData: [], // data will be divided in deifferent sections
};

const reducer = (state = initState, { type, payload }) => {
Expand Down

1 comment on commit e66dfec

@vercel
Copy link

@vercel vercel bot commented on e66dfec Dec 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.