mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 17:39:41 +05:00
refactor: merge <main> from pages in to one in App.tsx
This commit is contained in:
parent
7ab0befa5e
commit
32ff8bce0c
15 changed files with 109 additions and 109 deletions
|
@ -89,7 +89,7 @@ export function CollectionsFullPage(props: {
|
|||
}, [userStore.state, userStore.token]);
|
||||
|
||||
return (
|
||||
<main className="container pt-2 pb-16 mx-auto sm:pt-4 sm:pb-0">
|
||||
<>
|
||||
{content && content.length > 0 ? (
|
||||
<CollectionsSection
|
||||
sectionTitle={props.title}
|
||||
|
@ -122,6 +122,6 @@ export function CollectionsFullPage(props: {
|
|||
</div>
|
||||
</Button>
|
||||
)}
|
||||
</main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue