chore: Fix all linting errors for green build

This commit is contained in:
2026-01-19 03:31:23 +03:00
parent 8ddbe8d95a
commit 83f55bcf03
9 changed files with 29 additions and 24 deletions
+1
View File
@@ -184,6 +184,7 @@ const WalletSetupScreen: React.FC = () => {
const handleSuccess = () => {
// Navigate to main wallet screen
// Using replace to prevent going back to setup
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(navigation as any).replace('Wallet');
};