fix: resolve all lint errors for CI/CD workflow

- Remove unused supabase import from AppLayout.tsx
- Replace any types with proper type assertions in XCMTeleportModal.tsx
- Remove unused events parameter from signAndSend callback
- Fix any types in PezkuwiContext.tsx debug code
- Escape apostrophe in EmailVerification.tsx
- Remove unused ArrowDownRight import from AccountBalance.tsx
This commit is contained in:
2026-02-04 12:00:48 +03:00
parent 02094a3635
commit 76e99689e5
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export default function EmailVerification() {
<div className="bg-gray-800/50 rounded-lg p-4 text-left space-y-2">
<p className="text-sm text-gray-300">Please check your email and click the verification link to activate your account.</p>
<p className="text-xs text-gray-500">If you don't see the email, check your spam folder.</p>
<p className="text-xs text-gray-500">If you don&apos;t see the email, check your spam folder.</p>
</div>
{error && (