Ian Fung 10 months ago
parent
commit
8c0dbec287
1 changed files with 2 additions and 2 deletions
  1. 2 2
      component/homePage/homePage.tsx

+ 2 - 2
component/homePage/homePage.tsx

@@ -479,8 +479,8 @@ const HomePage: React.FC<HomePageProps> = () => {
                         <View className="flex-1">
                             <NormalButton
                                 // onPress={() => router.push('bookingMenuPage')}
-                                // onPress={() => Alert.alert('即將推出', '此功能即將推出,敬請期待!')}
-                                onPress={() => notificationStorage.clearStorage()}
+                                onPress={() => Alert.alert('即將推出', '此功能即將推出,敬請期待!')}
+                                //onPress={() => notificationStorage.clearStorage()}
                                 title={
                                     <View className="flex flex-row space-x-2 items-center ">
                                         <MyBookingIconSvg />