Skip to content

Commit

Permalink
admin: achievement and status switches in teamview
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostya Bats authored and kbats183 committed Jul 25, 2023
1 parent aab8a58 commit 280e4c9
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 140 deletions.
1 change: 1 addition & 0 deletions src/frontend/admin/src/components/TeamTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ TeamViewSettingsPanel.propTypes = {
isSomethingSelected: PropTypes.bool,
canShow: PropTypes.bool, // todo: make req
isPossibleToHide: PropTypes.bool,
showHideButton: PropTypes.bool,
canHide: PropTypes.bool, // todo: make req
onShowTeam: PropTypes.func.isRequired,
onHideTeam: PropTypes.func,
Expand Down
Loading

0 comments on commit 280e4c9

Please sign in to comment.