Skip to content

Commit

Permalink
remove old props
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Dec 9, 2023
1 parent 36d7caa commit b88b35e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const BudgetCategories = memo(
onReorderGroup,
onShowNewCategory,
onHideNewCategory,
onShowNewGroup,
onHideNewGroup,
}) => {
const items = useMemo(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ class BudgetTable extends Component {
onReorderGroup={this.onReorderGroup}
onShowNewCategory={onShowNewCategory}
onHideNewCategory={onHideNewCategory}
onShowNewGroup={onShowNewGroup}
onHideNewGroup={onHideNewGroup}
onBudgetAction={this.onBudgetAction}
onShowActivity={this.onShowActivity}
Expand Down

0 comments on commit b88b35e

Please sign in to comment.