🔧 Tweaking the library table list

This commit is contained in:
2022-03-11 02:11:39 -08:00
parent d6782bcf5d
commit f28fbfa938
3 changed files with 6 additions and 2 deletions

View File

@@ -43,6 +43,10 @@ export const Library = (data: IComicBookLibraryProps): ReactElement => {
);
};
const WantedStatus = ({ value }) => {
return value ? <span className="tag is-info is-light">Wanted</span> : null;
};
console.log(searchResults);
// return null;
const columns = useMemo(