Web:Common:Components: disable floating button on mobile and tablet devices

This commit is contained in:
Timofey 2022-01-31 23:46:41 +08:00
parent 369801ddb7
commit 91f0213c51

View File

@ -504,7 +504,7 @@ class PageLayout extends React.Component {
</SubSectionBody>
</>
)}
{isMobile || isMobileUtils() || isTabletUtils ? (
{!(isMobile || isMobileUtils() || isTabletUtils) ? (
showPrimaryProgressBar && showSecondaryProgressBar ? (
<>
<FloatingButton