diff --git a/frontend/src/components/SubscriptionReport.js b/frontend/src/components/SubscriptionReport.js
index 63b942a4..86ec786c 100644
--- a/frontend/src/components/SubscriptionReport.js
+++ b/frontend/src/components/SubscriptionReport.js
@@ -26,7 +26,7 @@ const SubscriptionReport = ({
id,
refetchLinks,
}) => {
- const { data, isLoading, failureCount } = usePresignedURL({
+ const { data, isLoading, failureCount, isFetching } = usePresignedURL({
...presignedRequest,
isEnabled: true,
id: id,
@@ -168,15 +168,16 @@ const SubscriptionReport = ({
boxShadow="md"
m={2}
>
-
- {key}
-
+ {key}
+ {isFetching && }
+
-
- {key}
-
+ {key}
+ {isFetching && }
+
-
- {key}
-
+ {key}
+ {isFetching && }
+