Bidyasagar Mohapatra
Bidyasagar Mohapatra
``` { NavbarLinks.map((link, index) => { if (user?.accountType === "Merchant" || user?.accountType === "Admin") { if (user?.accountType !== link.type) return null; else { return ( setIsMenuOpen(false)} key={index}> { {link?.title} }...
Where you want to change, explain briefly.
@vansh-attri OK, you can do that. Let me know if you will work on this issue or not.
ok, now you can
Any update?