@stellar-expert/ui-framework 1.15.1 → 1.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,7 +10,6 @@ import {AssetLink} from '../asset/asset-link'
|
|
|
10
10
|
import {Amount} from '../asset/amount'
|
|
11
11
|
import {CopyToClipboard} from '../interaction/copy-to-clipboard'
|
|
12
12
|
import {ScVal} from '../contract/sc-val'
|
|
13
|
-
import {InfoTooltip} from '../controls/info-tooltip'
|
|
14
13
|
import InvocationInfoView from '../contract/invocation-info-view'
|
|
15
14
|
|
|
16
15
|
/**
|
|
@@ -328,7 +327,7 @@ function ContractCodeWasm({wasm}) {
|
|
|
328
327
|
</>
|
|
329
328
|
}
|
|
330
329
|
|
|
331
|
-
function ClaimableBalance(effect) {
|
|
330
|
+
function ClaimableBalance({effect}) {
|
|
332
331
|
const {balance} = effect
|
|
333
332
|
return <>
|
|
334
333
|
{shortenString(balance)} <CopyToClipboard text={balance}/>{/*<InfoTooltip icon="icon-plus">
|