mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Merge pull request #3268 from XRPLF/rwa-tokenization-changes
Rwa tokenization changes
This commit is contained in:
@@ -145,7 +145,7 @@ export function Navbar(props) {
|
||||
const isNavbarCollapsed =
|
||||
navbarToggler.getAttribute("aria-expanded") === "true";
|
||||
if (isNavbarCollapsed) {
|
||||
navbarToggler.click(); // Simulate click to toggle navbar
|
||||
navbarToggler?.click(); // Simulate click to toggle navbar
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user