Commit 376627fd authored by Max Alekseenko's avatar Max Alekseenko

fix widgets label loading state

parent 5c2218f2
...@@ -311,7 +311,7 @@ const AddressDetails = ({ addressQuery, countersQuery, isLoading }: Props) => { ...@@ -311,7 +311,7 @@ const AddressDetails = ({ addressQuery, countersQuery, isLoading }: Props) => {
<> <>
<DetailedInfo.ItemLabel <DetailedInfo.ItemLabel
hint="Metrics provided by third party partners" hint="Metrics provided by third party partners"
isLoading={ address3rdPartyWidgets.configQuery.isPlaceholderData } isLoading={ address3rdPartyWidgets.configQuery.isPlaceholderData || addressQuery.isPlaceholderData }
> >
Widgets Widgets
</DetailedInfo.ItemLabel> </DetailedInfo.ItemLabel>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment