refactor: lint clean up

This commit is contained in:
Zack Spear
2024-01-30 12:01:55 -08:00
committed by Zack Spear
parent 3cb9fdf102
commit 2ccb503dc8

View File

@@ -37,8 +37,6 @@ const {
parsedChangelogTitle,
} = storeToRefs(updateOsChangelogStore);
const showExternalChangelogLink = computed(() => releaseForUpdate.value?.changelog_pretty);
const showExtendKeyButton = computed(() => {
return availableWithRenewal.value;
});