We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048ca39 commit 95da6b1Copy full SHA for 95da6b1
app/components/Tab/WelcomePage.jsx
@@ -81,7 +81,7 @@ class WelcomePage extends Component {
81
const recentList = []
82
res.contents.forEach((ws) => {
83
let name = ''
84
- if (ws.defaultWorkspace) {
+ if (ws.defaultWorkspace || !ws.project) {
85
name = 'Default'
86
} else {
87
name = `${ws.project.ownerName}/${ws.project.name}`
0 commit comments