From 28d87f823c3c3ec8978cbb7a90ffbc12a918182d Mon Sep 17 00:00:00 2001 From: G Date: Sat, 6 Sep 2025 15:45:13 +0000 Subject: [PATCH] fix: Add missing notification icon and default amount to the Balance component. --- src/screens/HomePageWithPaymentOptions.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/screens/HomePageWithPaymentOptions.tsx b/src/screens/HomePageWithPaymentOptions.tsx index 04cbb23..a611bb0 100644 --- a/src/screens/HomePageWithPaymentOptions.tsx +++ b/src/screens/HomePageWithPaymentOptions.tsx @@ -2,6 +2,7 @@ import { asp as g } from "@asp/asp"; import { Balance } from "@components/Balance"; import { BarnoinPayBackground } from "@components/BarnoinPayBackground"; import BeasyLogoIcon from "@components/BeasyLogoIcon"; +import Ionicons from "@expo/vector-icons/Ionicons"; import { LOG } from "@logger"; import { useQuery } from "@tanstack/react-query"; import { Text, View } from "react-native"; @@ -28,8 +29,9 @@ const HomePageWithPaymentOptions: PaymentStackScreenComponentProps< return ( - + + - +