Skip to content

Commit 51292a2

Browse files
committed
Remove lastSuccessfulCheck error
In GitHub Desktop Plus, we disabled automatic updates and rely on package managers instead. This error doesn't make sense anymore.
1 parent 3a33154 commit 51292a2

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

app/src/ui/about/about.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,6 @@ export class About extends React.Component<IAboutProps> {
190190
)
191191
}
192192

193-
if (!this.props.updateState.lastSuccessfulCheck) {
194-
return (
195-
<DialogError>
196-
Couldn't determine the last time an update check was performed. You
197-
may be running an old version. Please try manually checking for
198-
updates and contact GitHub Support if the problem persists
199-
</DialogError>
200-
)
201-
}
202-
203193
return null
204194
}
205195

0 commit comments

Comments
 (0)