diff --git a/components/dashboard/userAccount/sidebars/turns/isTurnsDetails/DetailLg.js b/components/dashboard/userAccount/sidebars/turns/isTurnsDetails/DetailLg.js index 520e848..3f9270e 100644 --- a/components/dashboard/userAccount/sidebars/turns/isTurnsDetails/DetailLg.js +++ b/components/dashboard/userAccount/sidebars/turns/isTurnsDetails/DetailLg.js @@ -120,17 +120,20 @@ function DetailLg({ appointmentData, loading }) { - -
  • - -

    - تلفن:{" "} - - {appointmentData?.address?.telephone} - -

    -
  • -
    + {/* بعضی مطب‌ها شماره ثبت نکرده‌اند؛ «تلفن:» خالی بدتر از نبودنِ سطر است. */} + {appointmentData?.address?.telephone && ( + +
  • + +

    + تلفن:{" "} + + {appointmentData.address.telephone} + +

    +
  • +
    + )} {/*