Merge pull request #3268 from XRPLF/rwa-tokenization-changes

Rwa tokenization changes
This commit is contained in:
Aria Keshmiri
2025-09-30 15:20:56 -07:00
committed by GitHub
13 changed files with 412 additions and 269 deletions

View File

@@ -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
}
};