Updated on 2026-08-14
This commit is contained in:
parent
b73d93928b
commit
eee8285522
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ internal class TokenDetailsSkeletonStateConverter(
|
|||
pullToRefreshConfig = createPullToRefresh(),
|
||||
bottomSheetConfig = null,
|
||||
isBalanceHidden = true,
|
||||
isCustomToken = value.isCustom,
|
||||
isCustomToken = value is CryptoCurrency.Token && value.isCustom,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue