Переписываю спорные решения

This commit is contained in:
2023-01-16 15:24:08 +03:00
parent adc50b62f9
commit 6f6ab5c4ce
17 changed files with 619 additions and 644 deletions

View File

@ -28,7 +28,6 @@ const getCreatedDate = (day) => {
const ReportForm = () => {
const dispatch = useDispatch();
const navigate = useNavigate();
const reportDate = useSelector(getReportDate);
const role = useSelector(getRole);