Fix update neighbors function not being passed in to top module (#2008)

This commit is contained in:
Risha Mars 2018-12-19 15:50:57 -08:00 committed by GitHub
parent 0318590c07
commit 5e7522b848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ export class ResourceDetailBase extends React.Component {
<TopRoutesTabs
query={query}
pathPrefix={this.props.pathPrefix}
updateNeighbors={this.updateNeighborsFromTapData}
updateNeighborsFromTapData={this.updateNeighborsFromTapData}
disableTop={!this.state.resourceIsMeshed} />