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

...
Kai Reinhard
10.15.2018 e4302e28ee27fe03342efeaeb006946660aa5fd2
borgbutler-webapp/src/components/views/repos/RepoCard.jsx
@@ -16,7 +16,7 @@
    render = () => {
        const repo = this.props.repo;
        let repoId = repo.id ? repo.id : repo.name;
        let content = [[Name, repo.name, 'name']];
        let content = [['Name', repo.name, 'name']];
        let repoText = this.buildItem(null, content);
        return <React.Fragment>
@@ -40,4 +40,4 @@
    }
}
export default repoCard;
export default RepoCard;