From 071e2b58b31888e4207b19f1adc70c6acda7c02d Mon Sep 17 00:00:00 2001 From: Josiah Glosson Date: Wed, 16 Jul 2025 19:04:24 -0500 Subject: [PATCH] Fix lint --- .../src/components/ui/UpdateModal.vue | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/apps/app-frontend/src/components/ui/UpdateModal.vue b/apps/app-frontend/src/components/ui/UpdateModal.vue index fd16cab3c..b8080deef 100644 --- a/apps/app-frontend/src/components/ui/UpdateModal.vue +++ b/apps/app-frontend/src/components/ui/UpdateModal.vue @@ -7,10 +7,12 @@ >
-
Modrinth App v{{ update!.version }}
+
+ Modrinth App v{{ update!.version }} +
@@ -29,9 +31,7 @@ @@ -74,13 +74,7 @@ import { defineMessages, useVIntl } from '@vintl/vintl' import { useTemplateRef, ref, computed } from 'vue' import { AppearingProgressBar, ButtonStyled, JoinedButtons } from '@modrinth/ui' import type { JoinedButtonAction } from '@modrinth/ui' -import { - ExternalIcon, - DownloadIcon, - RightArrowIcon, - RedoIcon, - ClipboardCopyIcon, -} from '@modrinth/assets' +import { ExternalIcon, DownloadIcon, RedoIcon, ClipboardCopyIcon } from '@modrinth/assets' import { enqueueUpdateForInstallation, getUpdateSize } from '@/helpers/utils' import { formatBytes } from '@modrinth/utils' import { handleError } from '@/store/notifications'