schema-redeploy
This commit is contained in:
parent
1deff46de8
commit
bfdaeb475b
|
@ -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 },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user