File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,7 @@ export const ExecutiveOverview = ({ proposals }: { proposals?: Proposal[] }): JS
130
130
revalidateOnFocus : false ,
131
131
initialSize : 1 ,
132
132
revalidateFirstPage : false ,
133
- fallback : {
134
- [ `/api/executive?network=${ network } &start=0&limit=10&sortBy=${ sortBy } ` ] : proposals
135
- }
133
+ fallbackData : proposals
136
134
} ) ;
137
135
138
136
const isLoadingInitialData = ! paginatedProposals && ! error ;
@@ -379,9 +377,6 @@ export const ExecutiveOverview = ({ proposals }: { proposals?: Proposal[] }): JS
379
377
< Box my = { 3 } >
380
378
< SkeletonThemed width = { '100%' } height = { '200px' } />
381
379
</ Box >
382
- < Box my = { 3 } >
383
- < SkeletonThemed width = { '100%' } height = { '200px' } />
384
- </ Box >
385
380
</ Box >
386
381
) }
387
382
{ ! showHistorical && flattenedProposals . filter ( proposal => proposal . active ) . length > 0 && (
You can’t perform that action at this time.
0 commit comments