From 7199443f1c4e783dee91b54a9c08c06caf012743 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 5 Jan 2021 12:46:08 +0100 Subject: [PATCH] Fix UI glitch --- webapp/src/components/Board.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/webapp/src/components/Board.tsx b/webapp/src/components/Board.tsx index fcd9634..cdff5f5 100644 --- a/webapp/src/components/Board.tsx +++ b/webapp/src/components/Board.tsx @@ -553,9 +553,14 @@ class Board extends Component { ] })} -
-
-
+ {this.props.viewOnly && !this.props.demo ? +
+
+ : +
+
+
+ } {providedDroppable.placeholder}