We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe11bb8 commit ab1454fCopy full SHA for ab1454f
app/components/Stats/Personal.js
@@ -33,7 +33,7 @@ class PersonalStats extends Component {
33
<div>
34
<h3>Some stats about me</h3>
35
<Table
36
- data={Object.values(this.state.data)}
+ data={Object.keys(this.state.data).map(key => this.state.data[key])}
37
/>
38
</div>
39
);
0 commit comments