fix: show divider only when filter is selected (#618)

This commit is contained in:
Saheb Giri 2023-03-30 18:54:44 +05:30 committed by GitHub
parent bc7dc43171
commit 1558f51c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -434,7 +434,9 @@ export const IssuesView: React.FC<Props> = ({
</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}>
<StrictModeDroppable droppableId="trashBox">