aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/src/pages
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-11-20 14:07:28 -0300
committerSebastian <sebasjm@gmail.com>2023-11-20 14:07:28 -0300
commitb1f29d764ac81ac17a20a9929c086ff2418c6eed (patch)
tree4b856a3d2b19dfb21cdbeea259163866bad26dfa /packages/aml-backoffice-ui/src/pages
parent6138846050563e0dca95b0b6d792776925e4c35f (diff)
downloadwallet-core-b1f29d764ac81ac17a20a9929c086ff2418c6eed.tar.xz
merge ui props and state
Diffstat (limited to 'packages/aml-backoffice-ui/src/pages')
-rw-r--r--packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx b/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx
index 214c17648..d53ac27c1 100644
--- a/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx
+++ b/packages/aml-backoffice-ui/src/pages/NewFormEntry.tsx
@@ -82,7 +82,7 @@ export function NewFormEntry({
function SelectForm({ account }: { account: string }) {
return (
<div>
- <pre>New form for account: {account}</pre>
+ <pre>New form for account: {account.substring(0, 16)}...</pre>
{allForms.map((form, idx) => {
return (
<a