From 1dbab23a0378ffb688c1eddf77f6383394d70c8a Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Sat, 3 Dec 2022 00:28:50 +0600 Subject: [PATCH] Fix activity (#2415) Signed-off-by: Denis Bykhov --- plugins/activity-resources/src/components/Activity.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/activity-resources/src/components/Activity.svelte b/plugins/activity-resources/src/components/Activity.svelte index 2dbe065b85..54926667b1 100644 --- a/plugins/activity-resources/src/components/Activity.svelte +++ b/plugins/activity-resources/src/components/Activity.svelte @@ -132,8 +132,8 @@ = i && newTxPos !== -1} + isNextNew={newTxPos > i && newTxPos !== -1} /> {/each} @@ -174,8 +174,8 @@ = i && newTxPos !== -1} + isNextNew={newTxPos > i && newTxPos !== -1} /> {/each}