Skip to content

Commit

Permalink
569
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh0ami-hy committed Sep 7, 2024
1 parent 994b135 commit 01da606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-08-26-React入门.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ const TableBody = () => {
class Table extends React.Component {
render() {
const tbodyData = this.props;
const { tbodyData } = this.props;
return (
<table>
Expand Down

0 comments on commit 01da606

Please sign in to comment.