Skip to content

Commit c3b5986

Browse files
committed
chore: fmt
1 parent 0fac1ce commit c3b5986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/LicenseChangeWarning.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const { data: licenseData } = useLicenseChanges(
1111
() => props.packageName,
1212
() => props.resolvedVersion,
1313
)
14+
1415
const licenseChangeRecord = computed(() => licenseData?.value?.change ?? null)
1516
</script>
1617

0 commit comments

Comments
 (0)