Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed Oct 23, 2024
1 parent a241544 commit 9a4c253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/telemetry-dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ export default function TelemetryDashboard() {
}`}
onClick={() =>
window.open(
`jam-dashboard/node/?endpoint=${encodeURIComponent(
node.endpoint
)}`,
`${
window.location.pathname
}/node/?endpoint=${encodeURIComponent(node.endpoint)}`,
"_blank"
)
}
Expand Down

0 comments on commit 9a4c253

Please sign in to comment.