💅🏽 Refactoring UX on Library page

This commit is contained in:
2022-03-20 02:31:25 -07:00
parent 4e2a91a1ce
commit 2c8e339e3b
9 changed files with 93 additions and 96 deletions

View File

@@ -29,7 +29,7 @@ const LibraryContainer = () => {
return !isEmpty(searchResults) ? (
<Library data={{ searchResults }} />
) : (
"asdasd"
"No data found."
);
};