Skip to content

Commit 2084184

Browse files
committed
Remove abroad selector for local elections
1 parent 672b868 commit 2084184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/sectionSelector/SectionSelector.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const SectionSelector = ({ register, errors, setValue }) => {
141141

142142
return (
143143
<>
144-
<Radios
144+
{/*<Radios
145145
name="isAbroad"
146146
label="Сигнал в:"
147147
onChange={setAbroad}
@@ -151,7 +151,7 @@ export const SectionSelector = ({ register, errors, setValue }) => {
151151
]}
152152
value={isAbroad}
153153
register={register}
154-
/>
154+
/>*/}
155155
{!isAbroad ? (
156156
<>
157157
<DropDown

0 commit comments

Comments
 (0)