diff --git a/front/dashboard.js b/front/dashboard.js index e782ea3..e5ad9f7 100644 --- a/front/dashboard.js +++ b/front/dashboard.js @@ -41,7 +41,6 @@ function PeerList() { .map( (i)=>new Peer(i)) ) self.token = user.token - } finally { self.isLoaded(true) } }