mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-07 00:34:41 +00:00
remove failed to load in bookmarks cetegory
This commit is contained in:
parent
bccc8407fc
commit
e87a4d50c8
1 changed files with 0 additions and 2 deletions
|
@ -75,8 +75,6 @@ export function BookmarksCategoryPage(props) {
|
||||||
}
|
}
|
||||||
}, [scrollPosition]);
|
}, [scrollPosition]);
|
||||||
|
|
||||||
if (error) return <div>failed to load</div>;
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="container pt-2 pb-16 mx-auto sm:pt-4 sm:pb-0">
|
<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">
|
<div className="flex items-center justify-between px-4 py-2 border-b-2 border-black">
|
||||||
|
|
Loading…
Add table
Reference in a new issue