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

Kai Reinhard
22.11.2019 c24c3f945abd2fe4c6780d66e8a46447e13602aa
borgbutler-webapp/src/components/views/archives/FileListPanel.jsx
@@ -40,6 +40,7 @@
    }
    handleURLChange = location => {
        // Replacing matched URL(archiveId, repoId) and removing trailing slashes
        this.changeCurrentDirectory(location.pathname.replace(this.props.match.url, '').replace(/^\/|\/$/g, ''));
    };