Skip to content

Commit

Permalink
Merge pull request #16 from sparcs-kaist/develop
Browse files Browse the repository at this point in the history
hotfix: fix ts error
  • Loading branch information
jinho-choi123 committed May 10, 2024
2 parents d9d2943 + 666ca1d commit 59eb86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/redux/zabos/zaboSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const initialState: ZaboListState = {
views: 0,
effectiveViews: 0,
likes: 0,
showBoard: true,
},
{
id: "INIT CONTENT 2",
Expand All @@ -38,6 +39,7 @@ const initialState: ZaboListState = {
views: 0,
effectiveViews: 0,
likes: 0,
showBoard: true,
},
],
leftoverLength: 0,
Expand Down

0 comments on commit 59eb86c

Please sign in to comment.