From 868ad677ae12abcb6d690b93110d507da675faf2 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Fri, 6 Jun 2025 09:13:30 -0600 Subject: [PATCH] adding refresh function --- src/pages/Bin.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Bin.tsx b/src/pages/Bin.tsx index aea7243..f8a339f 100644 --- a/src/pages/Bin.tsx +++ b/src/pages/Bin.tsx @@ -969,7 +969,7 @@ export default function Bin(props: Props) { /> )} {detail === "transactions" && - + } @@ -1090,7 +1090,7 @@ export default function Bin(props: Props) { /> - + );