mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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>
|
||||
|
||||
{Object.keys(filters).length > 0 && nullFilters.length !== Object.keys(filters).length && (
|
||||
<div className="mb-5 border-t" />
|
||||
)}
|
||||
|
||||
<DragDropContext onDragEnd={handleOnDragEnd}>
|
||||
<StrictModeDroppable droppableId="trashBox">
|
||||
|
Loading…
Reference in New Issue
Block a user