diff --git a/lib/hooks/queries/court/useCourtParticipants.ts b/lib/hooks/queries/court/useCourtParticipants.ts index 62bf1f701..ab513ea0c 100644 --- a/lib/hooks/queries/court/useCourtParticipants.ts +++ b/lib/hooks/queries/court/useCourtParticipants.ts @@ -34,6 +34,7 @@ export const useCourtParticipants = () => { delegations: delegations, }; }); + console.log(jurors); return jurors; }, diff --git a/pages/court/index.tsx b/pages/court/index.tsx index 7a83deade..082a9b84f 100644 --- a/pages/court/index.tsx +++ b/pages/court/index.tsx @@ -334,19 +334,24 @@ const Stats = () => { "linear-gradient(131.15deg, rgba(5, 5, 5, 0.11) 11.02%, rgba(5, 5, 5, 0.022) 93.27%)", }} > - +