Skip to content

Commit

Permalink
🐛 Fix PR #173 merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Panzeri committed Jun 14, 2020
1 parent fdb8dbd commit 1bd02bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PreviewList.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ function PreviewList({
if (useChipsForPreview) {
return (
<Grid
spacing: 1
direction: 'row'
spacing={1}
direction="row"
{...previewGridProps.container}
container={true}
className={clsx(classes.root, previewGridClasses.container)}
Expand Down

0 comments on commit 1bd02bd

Please sign in to comment.