Browse Source

refactor(request-accepted): replace female contact state with payment success toast state

master
mortezaei 2 weeks ago
parent
commit
293815b332
  1. 2
      src/app/request-accepted/request-accepted-client.tsx

2
src/app/request-accepted/request-accepted-client.tsx

@ -239,6 +239,8 @@ export default function RequestAcceptedClient() {
useState(false);
const [noContactReportedSuccess, setNoContactReportedSuccess] =
useState(false);
const [hasConfirmedFemaleContact, setHasConfirmedFemaleContact] =
useState(false);
const [showPaymentSuccessToast, setShowPaymentSuccessToast] = useState(false);
const [isOpeningProfile, setIsOpeningProfile] = useState(false);
const {

Loading…
Cancel
Save