Skip to content

Commit

Permalink
fix: quest not loading in admin dashboard (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas authored Oct 13, 2024
1 parent 68291c8 commit fc366a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/admin/quests/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ export default function Page() {
</Button>
</div>
</div>
{loading && (
<Loading isLoading={loading} loadingType="skeleton">
<Loading isLoading={loading} loadingType="skeleton">
<section className={homePagestyles.section}>
<div className="w-full">
<div>
Expand Down Expand Up @@ -179,8 +178,7 @@ export default function Page() {
<CustomTabPanel value={tabIndex} index={2}></CustomTabPanel>
</div>
</section>
</Loading>
)}
</Loading>
</div>
</div>
);
Expand Down

0 comments on commit fc366a0

Please sign in to comment.