From 19796c7c50107bba37a9ac78ae99ded728fe9e02 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Thu, 17 Nov 2022 12:24:55 -0800 Subject: [PATCH] Fix non interactive book controls --- .../src/components/BookTable/BookControl.tsx | 6 ++--- frontend/src/components/BookTable/index.tsx | 27 +++++++++---------- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/frontend/src/components/BookTable/BookControl.tsx b/frontend/src/components/BookTable/BookControl.tsx index b9ac000dc..1a5c3c2bb 100644 --- a/frontend/src/components/BookTable/BookControl.tsx +++ b/frontend/src/components/BookTable/BookControl.tsx @@ -148,7 +148,7 @@ const BookControl = ({ ) : null} - {width > mediumToolbarWidth && window.NativeRobosats === undefined ? ( + {width > mediumToolbarWidth ? ( ) : null} - {/* Native Android app must always show the Select, as the on display keyboard does not play well with the book table component */} - {(width > smallestToolbarWidth && width < mediumToolbarWidth) || - window.NativeRobosats != undefined ? ( + {width > smallestToolbarWidth && width < mediumToolbarWidth ? (