большая доработка чистоты кода в части бек

This commit is contained in:
Kayashov.SM
2025-08-22 03:20:42 +04:00
parent 198be069b4
commit 10634242e4
4 changed files with 6 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ export function BarChangePage() {
.catch(() => {
createError("Ошибка получения списков")
})
// eslint-disable-next-line
}, []);
const changeHandler = (bar) => {
createWarning("Дождитесь окончания операции")

View File

@@ -14,7 +14,6 @@ import {useUser} from "../../../hooks/useUser";
import {blue} from "@mui/material/colors";
import UpIcon from "@mui/icons-material/KeyboardArrowUp";
import {sortList} from "../../../components/cocktails/sortingList";
import Button from "@mui/material/Button";
import {useSelect} from "../../../hooks/useSelect";
import Paper from "@mui/material/Paper";
import CheckMarks from "../../../components/cocktails/CheckMarks";