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

Kai Reinhard
05.36.2019 840b17cdb58fe2d96db53e4a98aeab922ceed8c2
Misplaced coma removed.
1 files modified
2 ■■■ changed files
borgbutler-webapp/src/components/views/archives/ArchiveView.jsx 2 ●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/views/archives/ArchiveView.jsx
@@ -13,7 +13,7 @@
        repoId: this.props.match.params.repoId,
        archiveId: this.props.match.params.archiveId,
        isFetching: false,
        activeTab: '1',
        activeTab: '1'
    };
    componentDidMount = () => {