Skip to content

Commit

Permalink
Fix: remove free consultation toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipavlov-7DIGIT committed May 13, 2024
1 parent 64b8e0f commit f860603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/SelectProvider/SelectProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,12 @@ const FiltersBlock = ({
value={allFilters.maxPrice}
onChange={(e) => handleChange("maxPrice", e.target.value)}
/> */}
<Toggle
{/* <Toggle
isToggled={allFilters.onlyFreeConsultation}
setParentState={(val) => handleChange("onlyFreeConsultation", val)}
label={t("providers_free_consultation_label")}
isDisabled={isToggleDisabled}
/>
/> */}
<Button
label={
activeCoupon ? t("remove_coupon_label") : t("button_coupon_label")
Expand Down

0 comments on commit f860603

Please sign in to comment.