diff --git a/frontend/src/pages/Card.js b/frontend/src/pages/Card.js index c24e9916..cf6bcc89 100644 --- a/frontend/src/pages/Card.js +++ b/frontend/src/pages/Card.js @@ -208,10 +208,12 @@ export default class Card extends Component { {' '} {"Karta " + (this.isClient() ? "klienta" : "skupiny")}: {' '} - {this.isClient() ? - - : - } + + {this.isClient() ? + + : + } + this.toggle()}/> const CardContent = () =>