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 67dea2e commit 7390b6bCopy full SHA for 7390b6b
lib/gtfsplus/components/GtfsPlusEditor.js
@@ -134,7 +134,7 @@ export default class GtfsPlusEditor extends Component<Props> {
134
validation,
135
visibleRows
136
} = this.props
137
- if (!feedSource) return null
+ if (!feedSource || !feedVersionSummary) return null
138
const editingIsDisabled = !user.permissions ||
139
!user.permissions.hasFeedPermission(
140
feedSource.organizationId,
0 commit comments