From 4bdc46945100de922ec268b15fabef4e5822e9cd Mon Sep 17 00:00:00 2001 From: apotdevin Date: Sat, 24 Apr 2021 12:26:56 +0200 Subject: [PATCH] style: sat symbol move --- src/utils/helpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/helpers.tsx b/src/utils/helpers.tsx index b7350cac..0d075f86 100644 --- a/src/utils/helpers.tsx +++ b/src/utils/helpers.tsx @@ -60,7 +60,7 @@ export const getValue = ({ ) : ( <> {breakAmount} - + ); }