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, '')); };