Removing unnessary gap in Documents.jsx file.
This commit is contained in:
parent
ce976a6d5c
commit
9bbe479153
@ -135,15 +135,10 @@ const Documents = ({ Document_Entity, Entity }) => {
|
||||
else {
|
||||
updatedFilters[key] = null;
|
||||
}
|
||||
|
||||
setFilter(updatedFilters);
|
||||
|
||||
return updatedFilters;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
return (
|
||||
<DocumentContext.Provider value={contextValues}>
|
||||
<div className="mt-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user