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 && ( +
+ + + + + + +
+ ) + } ) }