{JSON.stringify(props.data, null, 2)}
+{/if}
diff --git a/src/lib/components/elements/asset.svelte b/src/lib/components/elements/asset.svelte
index b17fcd612..9be07b616 100644
--- a/src/lib/components/elements/asset.svelte
+++ b/src/lib/components/elements/asset.svelte
@@ -29,6 +29,7 @@
const currencyOptions: Intl.NumberFormatOptions = {
style: 'currency',
currency: asset?.symbol.name,
+ currencyDisplay: 'narrowSymbol',
minimumFractionDigits: context.settings.data.advancedMode ? asset?.symbol.precision : undefined
};
diff --git a/src/lib/components/input/asset.svelte b/src/lib/components/input/asset.svelte
index f0c9d0e03..ccf6e0f7e 100644
--- a/src/lib/components/input/asset.svelte
+++ b/src/lib/components/input/asset.svelte
@@ -121,31 +121,17 @@
}
-+input (string): "{input}" +Public Key: {pubkey} + +--- + +Valid Input: {satisfies} +Valid Public Key: {satisfiesPublicKeyMatch} ++{/if} diff --git a/src/lib/components/input/text.svelte b/src/lib/components/input/text.svelte index e7781a4bc..d1ff473c3 100644 --- a/src/lib/components/input/text.svelte +++ b/src/lib/components/input/text.svelte @@ -1,30 +1,20 @@ -