Skip to content
Snippets Groups Projects
Commit d7049d3d authored by meskio's avatar meskio :tent:
Browse files

Fix the loading on sending data

parent 477c4910
Branches
Tags
No related merge requests found
......@@ -63,7 +63,7 @@ class Sender extends React.Component {
}
render() {
if (this.state.isLodaing) {
if (this.state.isLoading) {
return (
<Row className="justify-content-center">
<Spinner animation="border" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment