Fix
All checks were successful
Lint / lint (push) Successful in 12s
Test build / test-build (pull_request) Successful in 15s

This commit is contained in:
Julien Valverdé
2025-05-26 04:01:19 +02:00
parent c9263c3d8a
commit 2fb1a2b897

View File

@@ -40,7 +40,7 @@ function RouteComponent() {
)
})
const [state] = R.useSubscribeRefs(mutation.state)
const [state] = R.useSubscribeRefs(mutation.stateRef)
return (