schema-redeploy
This commit is contained in:
parent
1deff46de8
commit
bfdaeb475b
|
@ -49,7 +49,7 @@ export const RatingControl = (props: RatingControlProps) => {
|
|||
() => props.shout,
|
||||
(shout) => {
|
||||
if (shout) {
|
||||
setTotal(shout?.stat?.rating)
|
||||
setTotal(shout.stat?.rating)
|
||||
}
|
||||
},
|
||||
{ defer: true },
|
||||
|
|
Loading…
Reference in New Issue
Block a user