Skip to content

Commit

Permalink
Fix: remove free consultation toggle from FilterProviders
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipavlov-7DIGIT committed May 13, 2024
1 parent f860603 commit 476bc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backdrops/FilterProviders/FilterProviders.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const FilterProviders = ({
}))}
setOptions={setProviderSex}
/>
<div>
{/* <div>
<Toggle
isToggled={data.onlyFreeConsultation}
setParentState={(checked) =>
Expand All @@ -153,7 +153,7 @@ export const FilterProviders = ({
label={t("providers_free_consultation_label")}
isDisabled={isToggleDisabled}
/>
</div>
</div> */}
<DateInput
label={t("available_after")}
onChange={(e) => {
Expand Down

0 comments on commit 476bc93

Please sign in to comment.