Skip to content

Commit

Permalink
feat: improve loading feedback in bank payment
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyCloudYang committed Oct 23, 2024
1 parent 074937f commit e5563e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/thu-info-app/src/ui/home/bankPayment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export const BankPaymentScreen = () => {
textAlign: "center",
marginVertical: 12,
}}>
{getStr("noMoreData")}
{refreshing ? getStr("loading") : getStr("noMoreData")}
</Text>
</View>
</ScrollView>
Expand Down

0 comments on commit e5563e6

Please sign in to comment.