here removed shortcut key component
This commit is contained in:
parent
c3529a07f7
commit
4877e24ae1
|
|
@ -85,13 +85,7 @@ const SalesCountComponent = React.memo(
|
||||||
type?.PreferredSubCatName?.toLowerCase() === 'take away' &&
|
type?.PreferredSubCatName?.toLowerCase() === 'take away' &&
|
||||||
type?.PreferredStatus === 'Y'
|
type?.PreferredStatus === 'Y'
|
||||||
);
|
);
|
||||||
const preferenceshortcutkey = preferencedata?.[0]?.[
|
|
||||||
'SettingDtlDetails'
|
|
||||||
]?.some(
|
|
||||||
(item) =>
|
|
||||||
item.SettingIdName.toLowerCase() === 'shortcutkeys' &&
|
|
||||||
item.SettingValue === 'Y'
|
|
||||||
);
|
|
||||||
|
|
||||||
const [messageType, setMessageType] = useState(null);
|
const [messageType, setMessageType] = useState(null);
|
||||||
const [messageData, setMessageData] = useState(null);
|
const [messageData, setMessageData] = useState(null);
|
||||||
|
|
@ -1091,7 +1085,6 @@ const SalesCountComponent = React.memo(
|
||||||
)}
|
)}
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
{preferenceshortcutkey && <ShortcutKeyHelper />}
|
|
||||||
<AllSalesPageSettings />
|
<AllSalesPageSettings />
|
||||||
<ProductPriceChange />
|
<ProductPriceChange />
|
||||||
<ReceivedStocksModal
|
<ReceivedStocksModal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue