mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-29 15:47:55 +00:00
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:
@@ -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't see the email, check your spam folder.</p>
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user