y tho
This commit is contained in:
parent
9120b81499
commit
2798835a12
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Blog extends Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{console.log(this.state.articles.map(asd => asd.url))}
|
{console.log(this.state.articles.map(asd => asd.url), "bet you can't guess how many times I run O.o")}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue