mirror of https://github.com/micromata/borgbackup-butler.git

...
Kai Reinhard
14.14.2018 cc8dce317bd7644958cda1e2feb6fc0b70c7878b
borgbutler-webapp/src/components/views/repos/RepoListView.jsx
@@ -34,12 +34,7 @@
            .then(response => response.json())
            .then(json => {
                const repos = json.map(repo => {
                    return {
                        id: repo.id,
                        name: repo.name,
                        location: repo.location,
                        lastModified: repo.lastModified
                    };
                    return repo;
                });
                this.setState({