From 2c3df4b9195ef30fd39deb9507cca617622760c0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:20:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Apply=20formatting=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/components/transactions/AllTransactionsList.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/lib/components/transactions/AllTransactionsList.svelte b/src/frontend/src/lib/components/transactions/AllTransactionsList.svelte index 893a914067..178c715cec 100644 --- a/src/frontend/src/lib/components/transactions/AllTransactionsList.svelte +++ b/src/frontend/src/lib/components/transactions/AllTransactionsList.svelte @@ -19,8 +19,8 @@ $ethTransactions: $ethTransactionsStore, $ckEthMinterInfo: $ckEthMinterInfoStore, $ethAddress: $ethAddress, - $icTransactions:{}, - $btcStatuses:{} + $icTransactions: {}, + $btcStatuses: {} }); let sortedTransactions: AllTransactionsUi;