Skip to content

Commit

Permalink
Add filtered rows prop type to admin campers component
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolealdl committed Dec 28, 2024
1 parent 0330e6b commit f5a9de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pages/Admin/Campers/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ AdminCampers.propTypes = {
}),
column: PropTypes.shape({
index: PropTypes.string,
filteredRows: PropTypes.array,
}),
loggedUsername: PropTypes.string,
userRole: PropTypes.string,
Expand Down

0 comments on commit f5a9de2

Please sign in to comment.