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, () => props.shout,
(shout) => { (shout) => {
if (shout) { if (shout) {
setTotal(shout?.stat?.rating) setTotal(shout.stat?.rating)
} }
}, },
{ defer: true }, { defer: true },