Skip to content

Commit 425334f

Browse files
jennurslint
authored andcommitted
results grid: pass correct value to results prop
1 parent 908fd5c commit 425334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/ResultsGrid/ResultsGrid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const Element = ({ overridableId, results, resultsPerRow }) => {
7171
return (
7272
<Overridable
7373
id={buildUID("ResultsGrid.container", overridableId)}
74-
results={results}
74+
results={_results}
7575
resultsPerRow={resultsPerRow}
7676
>
7777
<Card.Group itemsPerRow={resultsPerRow}>{_results}</Card.Group>

0 commit comments

Comments
 (0)