Hin 904
3 unresolved threads
3 unresolved threads
Compare changes
Files
12@@ -12,6 +12,7 @@ import {
@@ -12,6 +12,7 @@ import {
@@ -24,10 +25,14 @@ const ReviewerDetails = ({
@@ -24,10 +25,14 @@ const ReviewerDetails = ({
@@ -52,12 +57,19 @@ const ReviewerDetails = ({
@@ -52,12 +57,19 @@ const ReviewerDetails = ({
@@ -80,6 +92,14 @@ const ReviewerDetails = ({
@@ -80,6 +92,14 @@ const ReviewerDetails = ({
@@ -107,14 +127,22 @@ const ReviewerDetails = ({
@@ -107,14 +127,22 @@ const ReviewerDetails = ({
You don't need the
publonsFetching
prop. You already wrapped yourPublonsTable
withwithFetching
and now the caller is responsible with setting the correct fetching state and that will get passed down to your component.