diff --git a/ui/component/claimList/view.jsx b/ui/component/claimList/view.jsx index fe07b40bd..50ed87f1f 100644 --- a/ui/component/claimList/view.jsx +++ b/ui/component/claimList/view.jsx @@ -309,7 +309,8 @@ export default function ClaimList(props: Props) { )} - {urisLength > 0 && ( + {/* the droppable element needs to be rendered even if empty otherwise logs error on console */} + {(urisLength > 0 || droppableProvided) && (