refactor: update appointment handling to improve data flow and display, including status management and detail views

This commit is contained in:
hamed
2025-11-19 09:16:41 +03:30
parent e7c8501680
commit b2f968480c
10 changed files with 109 additions and 159 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import UserAccountPage from "./userAccount";
function Content({ matchedCity, params, logged }) {
const [value, setValue] = useState(Number(params?.sidebar) || 0);
const [isOpenSide, setIsOpenSide] = useState();
const [isTurnsDetails, setIsTurnsDetails] = useState(false);
const [isTurnsDetails, setIsTurnsDetails] = useState(null);
return (
<DashboardPage