Skip to content

Commit 463e678

Browse files
Use correct prop name
1 parent dc0f888 commit 463e678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/pages/Compare.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ class Compare extends Component {
427427
return (
428428
<Grid>
429429
<Search.FeatureSearchGroup
430-
feature='all'
430+
filter='all'
431431
identifier='compare-page'
432432
/>
433433
<Grid.Row columns={3} stretched className='viewerRow'>

src/components/pages/Regulon.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default class Regulon extends Component {
5050
return (
5151
<Grid className='flexDisplay'>
5252
<Search.FeatureSearchGroup
53-
feature='regulon'
53+
filter='regulon'
5454
identifier='regulon-page'
5555
/>
5656
<Grid.Row columns='4' centered>

0 commit comments

Comments
 (0)