fix: JSX structure in credit.tsx
Some checks failed
build-and-release / build (push) Failing after 1m11s

- Fix nested tag structure: AI Credits tab was incorrectly nested inside Platform Ledger section
- Close Platform Ledger section before starting AI Credits tab
- Move AI Credits tab to be a sibling of Platform Ledger tab, not a child
- Wrap AI Credits content in proper section element for consistent styling

Fixes build errors in admin-solid
This commit is contained in:
Ashwin Kumar Sivakumar 2026-07-06 03:04:14 +05:30
parent 578fb2c5a1
commit 43d181bf5a

View file

@ -923,10 +923,10 @@ export default function CreditPage() {
</div>
</Show>
</div>
</Show>
</section>
</Show>
</div>
</Show>
);
}