Bidyasagar Mohapatra

Results 1 comments of 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} }...