here removed shortcut key component

This commit is contained in:
Srinath 2026-02-05 15:58:25 +05:30
parent c3529a07f7
commit 4877e24ae1
1 changed files with 1 additions and 8 deletions

View File

@ -85,13 +85,7 @@ const SalesCountComponent = React.memo(
type?.PreferredSubCatName?.toLowerCase() === 'take away' &&
type?.PreferredStatus === 'Y'
);
const preferenceshortcutkey = preferencedata?.[0]?.[
'SettingDtlDetails'
]?.some(
(item) =>
item.SettingIdName.toLowerCase() === 'shortcutkeys' &&
item.SettingValue === 'Y'
);
const [messageType, setMessageType] = useState(null);
const [messageData, setMessageData] = useState(null);
@ -1091,7 +1085,6 @@ const SalesCountComponent = React.memo(
)}
</Tooltip>
</div>
{preferenceshortcutkey && <ShortcutKeyHelper />}
<AllSalesPageSettings />
<ProductPriceChange />
<ReceivedStocksModal