🔧 Some UI flourishes

This commit is contained in:
2022-04-05 01:18:03 -07:00
parent 89ca89752c
commit 0d0fd948b5
3 changed files with 18 additions and 19 deletions

View File

@@ -29,8 +29,6 @@ const LibraryContainer = () => {
(state: RootState) => state.fileOps.librarySearchError,
);
console.log(searchError);
return !isEmpty(searchResults) ? (
<Library data={{ searchResults }} />
) : (