diff --git a/app/components/settings.tsx b/app/components/settings.tsx
index e418d4843..25ef53e72 100644
--- a/app/components/settings.tsx
+++ b/app/components/settings.tsx
@@ -223,30 +223,7 @@ export function Settings(props: { closeSettings: () => void }) {
-
- {checkingUpdate ? (
-
- ) : hasNewVersion ? (
-
- {Locale.Settings.Update.GoToUpdate}
-
- ) : (
- }
- text={Locale.Settings.Update.CheckUpdate}
- onClick={() => checkUpdate(true)}
- />
- )}
-
+