|
|
@ -11,8 +11,6 @@ interface ReviewModalContentProps { |
|
|
|
} |
|
|
|
|
|
|
|
const ReviewModalContent = ({ data }: ReviewModalContentProps) => { |
|
|
|
// const [value, setValue] = React.useState<number | null>(data?.rating);
|
|
|
|
// const [hover, setHover] = React.useState(-1);
|
|
|
|
return ( |
|
|
|
<> |
|
|
|
<Box |
|
|
@ -58,12 +56,6 @@ const ReviewModalContent = ({ data }: ReviewModalContentProps) => { |
|
|
|
size="small" |
|
|
|
precision={0.5} |
|
|
|
readOnly |
|
|
|
// onChange={(event, newValue) => {
|
|
|
|
// setValue(newValue);
|
|
|
|
// }}
|
|
|
|
// onChangeActive={(event, newHover) => {
|
|
|
|
// setHover(newHover);
|
|
|
|
// }}
|
|
|
|
emptyIcon={ |
|
|
|
<StarIcon style={{ opacity: 0.55 }} fontSize="inherit" /> |
|
|
|
} |
|
|
|