@@ -17,7 +17,7 @@ interface IProps { } export default function PriceListBlock({ priceList, contacts }: IProps) { - const [value, setValue] = useState(0); + const [value, setValue] = useState(-1); const [isModalFeedbackOpened, setIsModalFeedbackOpened] = useState(false); const handleChange = (event: React.SyntheticEvent, newValue: number) => {