{!!(urls && urls.length) && (
-
- {fetching && }
- {!fetching && (
+ <>
+ {__('Uploads')}}
+ headerAltControls={
+
+ {fetching && }
+ {!fetching && (
+
- }
- isBodyList
- body={
-
-
-
0 ? Math.ceil(urlTotal / Number(pageSize)) : 1} />
-
- }
- />
+
+ }
+ loading={fetching}
+ persistedStorageKey="claim-list-published"
+ uris={urls}
+ />
+