From 08b13c291b3cae097e01416127e8674e53b59c53 Mon Sep 17 00:00:00 2001 From: en Date: Tue, 18 Feb 2025 18:38:54 +0100 Subject: [PATCH] fix: hide DisplaySigit actions Closes #246 --- src/components/DisplaySigit/index.tsx | 57 +++++++++++++++------------ 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/src/components/DisplaySigit/index.tsx b/src/components/DisplaySigit/index.tsx index 5147b45..20550b3 100644 --- a/src/components/DisplaySigit/index.tsx +++ b/src/components/DisplaySigit/index.tsx @@ -112,32 +112,37 @@ export const DisplaySigit = ({ )} -
- - - - - - -
+ { + // TODO: enable buttons once feature is ready + false && ( +
+ + + + + + +
+ ) + } ) }