mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 09:07:55 +00:00
chore: Fix all linting errors for green build
This commit is contained in:
@@ -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');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user