Remove loading messages to help with the illusion
This commit is contained in:
parent
5e7fbcd3a4
commit
04a4e8a93f
1 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ class Post extends Component {
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<p>Loading...</p>
|
<p></p>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -200,7 +200,7 @@ class Posts extends Component {
|
||||||
<div>{ jawn }</div>
|
<div>{ jawn }</div>
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
return <p>Loading...</p>
|
return <p></p>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue