From fe0e2667a0717af9acd12d6d0cca7a24d56e7921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Gaud=C3=A9?= Date: Tue, 16 Jun 2020 10:54:11 +0200 Subject: [PATCH] Correction affichage issue ajouter depuis l'UI --- client/src/components/BoardPage/BoardPage.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/client/src/components/BoardPage/BoardPage.tsx b/client/src/components/BoardPage/BoardPage.tsx index 208a5f8..d5f7d5d 100644 --- a/client/src/components/BoardPage/BoardPage.tsx +++ b/client/src/components/BoardPage/BoardPage.tsx @@ -59,6 +59,8 @@ export class BoardPage extends React.Component { renderBoard() { const { kanboard, board } = this.props; + + console.log(kanboard); if (!kanboard) { return @@ -86,13 +88,13 @@ export class BoardPage extends React.Component {
+ > + {kanboard} + { this.renderNewCardModal() }