Skip to content

Commit 376627f

Browse files
committed
fix widgets label loading state
1 parent 5c2218f commit 376627f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/address/AddressDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ const AddressDetails = ({ addressQuery, countersQuery, isLoading }: Props) => {
311311
<>
312312
<DetailedInfo.ItemLabel
313313
hint="Metrics provided by third party partners"
314-
isLoading={ address3rdPartyWidgets.configQuery.isPlaceholderData }
314+
isLoading={ address3rdPartyWidgets.configQuery.isPlaceholderData || addressQuery.isPlaceholderData }
315315
>
316316
Widgets
317317
</DetailedInfo.ItemLabel>

0 commit comments

Comments
 (0)