schema-redeploy

This commit is contained in:
Untone 2024-02-16 21:47:42 +03:00
parent 1deff46de8
commit bfdaeb475b

View File

@ -49,7 +49,7 @@ export const RatingControl = (props: RatingControlProps) => {
() => props.shout,
(shout) => {
if (shout) {
setTotal(shout?.stat?.rating)
setTotal(shout.stat?.rating)
}
},
{ defer: true },