forked from github/plane
fix: show divider only when filter is selected (#618)
This commit is contained in:
parent
bc7dc43171
commit
1558f51c23
@ -434,7 +434,9 @@ export const IssuesView: React.FC<Props> = ({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mb-5 border-t" />
|
{Object.keys(filters).length > 0 && nullFilters.length !== Object.keys(filters).length && (
|
||||||
|
<div className="mb-5 border-t" />
|
||||||
|
)}
|
||||||
|
|
||||||
<DragDropContext onDragEnd={handleOnDragEnd}>
|
<DragDropContext onDragEnd={handleOnDragEnd}>
|
||||||
<StrictModeDroppable droppableId="trashBox">
|
<StrictModeDroppable droppableId="trashBox">
|
||||||
|
Loading…
Reference in New Issue
Block a user