Skip to content

Commit 2aa303a

Browse files
rmeove dead code
1 parent c052c49 commit 2aa303a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webui-router/src/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export class WebUIRouter {
169169
// ── Route matching ──────────────────────────────────────────────
170170

171171
private async handleNavigation(target: NavigationTarget): Promise<void> {
172-
const { pathname, requestPath } = target;
172+
const { requestPath } = target;
173173
const topRoutes = this.discoverTopRoutes();
174174

175175
if (topRoutes.length > 0) {

0 commit comments

Comments
 (0)