We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b162220 commit 15dd0fbCopy full SHA for 15dd0fb
components/widgets/GlobalUpdatesWidget.vue
@@ -48,7 +48,7 @@ function handleClick() {
48
navigateTo(`/block/${showingUpdate.value?.block}`)
49
break;
50
case "node_upgrade":
51
- navigateTo(`/upgrade/${showingUpdate.value?.version?.replace("v", "")}`)
+ navigateTo(`/upgrade/${showingUpdate.value?.version}`)
52
53
54
default:
0 commit comments