responsive pagination && handle free_turn value && fix set value in small size appo list in page doctors && set data rate in doctor item && fix set token in cookie in page login on domain nobat724.com
This commit is contained in:
@@ -2,7 +2,7 @@ import { Slider } from "@mui/material";
|
||||
import { useState } from "react";
|
||||
|
||||
function ProgressChange({ data, changeData, parent }) {
|
||||
const [value, setValue] = useState(70);
|
||||
const [value, setValue] = useState(data.progress);
|
||||
|
||||
return (
|
||||
<li className="flex items-center justify-start gap-3 w-full">
|
||||
|
||||
Reference in New Issue
Block a user