Update src/Pages/BookingScreen/Components/BSNavbar/BSNavbar1.jsx

This commit is contained in:
mohan 2026-03-11 17:13:27 +05:30
parent 0d6bf20dec
commit e7d49ce7af
1 changed files with 1 additions and 1 deletions

View File

@ -1272,7 +1272,7 @@ const BSNavbar1 = (props, BookingNavbar) => {
)}
</>
)}
{!isMobile && (
{isMobile && (
<div className="PrinterSettingMB">
<BSMobilePrintSettings />
</div>