Skip to content

Commit

Permalink
Add link to MUI TableCell in ItemTableCell props
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 19, 2021
1 parent 6a1f821 commit f217e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemTableCell/ItemTableCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function ItemTableCell({ children, TableCellProps }) {
ItemTableCell.propTypes = {
/** Child object passed to display cell data. */
"children": PropTypes.object,
/** Props applied to the TableCell component. */
/** Props applied to the <a href="https://material-ui.com/api/table-cell/">TableCell</a> component. */
"TableCellProps": PropTypes.object
};

Expand Down

0 comments on commit f217e8c

Please sign in to comment.