Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 854dce9

Browse files
committed
Render the no-local view for absent guess repositories
1 parent 200a9e6 commit 854dce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/github-tab-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default class GitHubTabView extends React.Component {
5858
return <LoadingView />;
5959
}
6060

61-
if (this.props.repository.isAbsent()) {
61+
if (this.props.repository.isAbsent() || this.props.repository.isAbsentGuess()) {
6262
return (
6363
<GitHubBlankNoLocal
6464
openCreateDialog={this.props.openCreateDialog}

0 commit comments

Comments
 (0)