Skip to content

Commit 432bcfe

Browse files
regex fix
regex fix
1 parent 0692e9c commit 432bcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ControlPlane/Providers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function Providers() {
7373
installedTransitionTime: installed?.lastTransitionTime ?? "",
7474
healthy: healhty?.status === "True",
7575
healthyTransitionTime: healhty?.lastTransitionTime ?? "",
76-
version: item.spec.package.match(/\d+(\.\d+)+/),
76+
version: item.spec.package.match(/\d+(\.\d+)+/g),
7777
}
7878
})
7979
?? [];

0 commit comments

Comments
 (0)