Remove loading messages to help with the illusion

This commit is contained in:
Nick Pegg 2017-10-07 15:46:59 -07:00
parent 5e7fbcd3a4
commit 04a4e8a93f

View file

@ -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>
} }
} }
} }