From a62f60a436226ee0823d353e9624a7310f0f1178 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Mon, 20 May 2024 11:54:12 -0700 Subject: [PATCH] fix: update status button alignment --- web/components/UpdateOs/Status.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/components/UpdateOs/Status.vue b/web/components/UpdateOs/Status.vue index 4fc519f70..d23502c34 100644 --- a/web/components/UpdateOs/Status.vue +++ b/web/components/UpdateOs/Status.vue @@ -24,7 +24,6 @@ import BrandLoadingWhite from '~/components/Brand/LoadingWhite.vue'; export interface Props { downgradeNotAvailable?: boolean; restoreVersion?: string | undefined; - showUpdateCheck?: boolean; t: ComposerTranslation; title?: string; subtitle?: string; @@ -32,7 +31,6 @@ export interface Props { const props = withDefaults(defineProps(), { downgradeNotAvailable: false, restoreVersion: undefined, - showUpdateCheck: false, title: undefined, subtitle: undefined, }); @@ -189,7 +187,7 @@ const checkButton = computed((): ButtonProps => { -
+