@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={wasmHash}/>{/*<InfoTooltip icon="icon-plus">
334
+ {shortenString(balance)} <CopyToClipboard text={balance}/>{/*<InfoTooltip icon="icon-plus">
335
335
  <CopyToClipboard text={balance}>{balance}</CopyToClipboard>
336
336
  </InfoTooltip>*/}
337
337
  </>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellar-expert/ui-framework",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "StellarExpert shared UI components library",
5
5
  "main": "index.js",
6
6
  "module": "./index.js",