| borgbutler-webapp/src/components/views/archives/FileListPanel.jsx | ●●●●● patch | view | raw | blame | history |
borgbutler-webapp/src/components/views/archives/FileListPanel.jsx
@@ -113,7 +113,8 @@ let newUrl = this.props.match.url; if (currentDirectory) { newUrl += `/${currentDirectory}`; // Avoid double leading slash occurring if top directory of backup has only one single sub directory the server steps automatically in: newUrl += newUrl.endsWith('/') ? currentDirectory : `/${currentDirectory}`; } if (newUrl !== this.props.location.pathname) {