remove typo

This commit is contained in:
sawka
2023-02-01 00:45:48 -08:00
parent 9aba013e22
commit 06aefd358f
-1
View File
@@ -1006,7 +1006,6 @@ class InfoRemoteShow extends React.Component<{}, {}> {
renderInstallStatus(remote : RemoteType) : any {
let statusStr : string = null;
remote.mshellversion
if (remote.installstatus == "disconnected") {
if (remote.needsmshellupgrade) {
statusStr = "mshell " + remote.mshellversion + " (needs upgrade)";