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 0fac1ce commit c3b5986Copy full SHA for c3b5986
app/components/LicenseChangeWarning.vue
@@ -11,6 +11,7 @@ const { data: licenseData } = useLicenseChanges(
11
() => props.packageName,
12
() => props.resolvedVersion,
13
)
14
+
15
const licenseChangeRecord = computed(() => licenseData?.value?.change ?? null)
16
</script>
17
0 commit comments