Skip to content

Commit 15dd0fb

Browse files
committed
Fix update widget navigation
1 parent b162220 commit 15dd0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/widgets/GlobalUpdatesWidget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function handleClick() {
4848
navigateTo(`/block/${showingUpdate.value?.block}`)
4949
break;
5050
case "node_upgrade":
51-
navigateTo(`/upgrade/${showingUpdate.value?.version?.replace("v", "")}`)
51+
navigateTo(`/upgrade/${showingUpdate.value?.version}`)
5252
break;
5353
5454
default:

0 commit comments

Comments
 (0)