@stellar-expert/ui-framework 1.15.0 → 1.15.1
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.
|
@@ -331,7 +331,7 @@ function ContractCodeWasm({wasm}) {
|
|
|
331
331
|
function ClaimableBalance(effect) {
|
|
332
332
|
const {balance} = effect
|
|
333
333
|
return <>
|
|
334
|
-
{shortenString(balance)} <CopyToClipboard text={
|
|
334
|
+
{shortenString(balance)} <CopyToClipboard text={balance}/>{/*<InfoTooltip icon="icon-plus">
|
|
335
335
|
<CopyToClipboard text={balance}>{balance}</CopyToClipboard>
|
|
336
336
|
</InfoTooltip>*/}
|
|
337
337
|
</>
|