Skip to content

Commit

Permalink
refactor(webapp): remove boardgame redux enhancer
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 committed Jun 29, 2024
1 parent 04ddd01 commit 425896d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/webapp/src/components/BoardGame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ const Boardgame: React.FC<{ isLocal: boolean} & React.ComponentProps<ReturnType<
game: OpenStarTerVillage,
board: Board,
multiplayer,
// @ts-ignore
enhancer: (window && window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()),
})
return <BoardgameComponent {...props} />;
}
Expand Down

0 comments on commit 425896d

Please sign in to comment.