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 ? (