From f21d712e855f897d9706875e74ff2d897a924e36 Mon Sep 17 00:00:00 2001 From: RottingCleaner Date: Wed, 5 Oct 2022 19:35:34 +0200 Subject: [PATCH] fix: adjust transaction toggle (vertical) position --- src/app/components/TransactionsTable/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/TransactionsTable/index.tsx b/src/app/components/TransactionsTable/index.tsx index e481a9d593..551fbfa0fc 100644 --- a/src/app/components/TransactionsTable/index.tsx +++ b/src/app/components/TransactionsTable/index.tsx @@ -88,7 +88,7 @@ export default function TransactionsTable({ transactions }: Props) { {(!!tx.description || [tx.type && "sent", "sending"].includes(tx.type) || (tx.type === "received" && tx.boostagram)) && ( - +