We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b46b2e commit 10835e5Copy full SHA for 10835e5
src/frontend/src/lib/components/transactions/Transaction.svelte
@@ -45,10 +45,10 @@
45
{/if}
46
</td>
47
<td class="from">
48
- <Identifier identifier={from} />
+ <Identifier small={false} identifier={from} />
49
50
<td class="to">
51
- <Identifier identifier={to} />
+ <Identifier small={false} identifier={to} />
52
53
<td class="memo">{memo}</td>
54
<td class="amount">
0 commit comments