aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/PopupSettings.js
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/PopupSettings.js')
-rw-r--r--graphgraph-fe/src/PopupSettings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphgraph-fe/src/PopupSettings.js b/graphgraph-fe/src/PopupSettings.js
index a278bc8..cb8a533 100644
--- a/graphgraph-fe/src/PopupSettings.js
+++ b/graphgraph-fe/src/PopupSettings.js
@@ -9,7 +9,7 @@ class PopupMenu extends React.Component {
<Popup trigger={<button className='settings-button' disabled={this.props.isDisabled}>Hops</button>} position="bottom right">
{close => (
<div>
- <GraphHops parentHops={this.props.parentHops} childHops={this.props.childHops} cousinHops={this.props.cousinHops} updateHops={this.props.updateHops} />
+ <GraphHops edgeFilter={this.props.edgeFilter} parentHops={this.props.parentHops} childHops={this.props.childHops} cousinHops={this.props.cousinHops} updateHops={this.props.updateHops} />
<button
type="button"
className="link-button, close"