diff --git a/app/components/settings.tsx b/app/components/settings.tsx
index db08b48a9ffb..8554d0b4b767 100644
--- a/app/components/settings.tsx
+++ b/app/components/settings.tsx
@@ -703,31 +703,6 @@ export function Settings() {
-
- {checkingUpdate ? (
-
- ) : hasNewVersion ? (
-
- {Locale.Settings.Update.GoToUpdate}
-
- ) : (
- }
- text={Locale.Settings.Update.CheckUpdate}
- onClick={() => checkUpdate(true)}
- />
- )}
-
-