diff --git a/src/components/mobile/MobileLayout.js b/src/components/mobile/MobileLayout.js index 45939a91..d0206ee2 100644 --- a/src/components/mobile/MobileLayout.js +++ b/src/components/mobile/MobileLayout.js @@ -141,18 +141,23 @@ const MobileLayout = () => { - - - {tabContent} - + + {({ match }) => + (!match.params.postfix || + match.params.postfix === 'position') && ( + + {tabContent} + + ) + }