From ef35ef3364da7e79787aee6006c7c89bd7da94d8 Mon Sep 17 00:00:00 2001 From: TQCasey <494294315@qq.com> Date: Sun, 8 Mar 2026 10:44:12 +0800 Subject: [PATCH] fix bugs --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 1b42bd5..e147d0b 100644 --- a/App.tsx +++ b/App.tsx @@ -534,7 +534,7 @@ export default class App extends Component { // PhonePe Business if (this.state.showPhonePeBusinessBind) { - this.renderPhonePeBusinessBind (); + return this.renderPhonePeBusinessBind (); } // GooglePay Business