remove failed to load in bookmarks cetegory

This commit is contained in:
Kentai Radiquum 2024-07-16 10:45:37 +05:00
parent bccc8407fc
commit e87a4d50c8
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -75,8 +75,6 @@ export function BookmarksCategoryPage(props) {
}
}, [scrollPosition]);
if (error) return <div>failed to load</div>;
return (
<main className="container pt-2 pb-16 mx-auto sm:pt-4 sm:pb-0">
<div className="flex items-center justify-between px-4 py-2 border-b-2 border-black">