aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-16 19:15:18 -0300
committerLibravatar Renard 2019-09-16 19:15:18 -0300
commit76e055ab6aad9cbc314b17eeff566e1465490294 (patch)
treef051c3f342f97a49261d649e00f0cf83624d9266 /src/App.js
parent4a84a4a9079bedc37a818df1645730fce1749ecb (diff)
downloadbai-client-76e055ab6aad9cbc314b17eeff566e1465490294.tar.gz
bai-client-76e055ab6aad9cbc314b17eeff566e1465490294.tar.xz
bai-client-76e055ab6aad9cbc314b17eeff566e1465490294.zip
Linting: Quitando imports sin usar
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/App.js b/src/App.js
index 107e380..747b246 100644
--- a/src/App.js
+++ b/src/App.js
@@ -33,8 +33,7 @@ class App extends Component {
})
.then(resource => {
this.setState({ boardList: resource["boards"], isLoaded: true });
- })
- .catch(console.error);
+ });
}
render() {