Skip to content

Commit

Permalink
Remove abroad selector for local elections
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Oct 29, 2023
1 parent 672b868 commit 2084184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sectionSelector/SectionSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const SectionSelector = ({ register, errors, setValue }) => {

return (
<>
<Radios
{/*<Radios
name="isAbroad"
label="Сигнал в:"
onChange={setAbroad}
Expand All @@ -151,7 +151,7 @@ export const SectionSelector = ({ register, errors, setValue }) => {
]}
value={isAbroad}
register={register}
/>
/>*/}
{!isAbroad ? (
<>
<DropDown
Expand Down

0 comments on commit 2084184

Please sign in to comment.