diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 4dba46b43..9fe70f1a3 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -336,19 +336,7 @@ export function Settings() { : Locale.Settings.Update.IsLatest } > - {checkingUpdate ? ( -
- ) : hasNewVersion ? ( - - {Locale.Settings.Update.GoToUpdate} - - ) : ( - } - text={Locale.Settings.Update.CheckUpdate} - onClick={() => checkUpdate(true)} - /> - )} +