fix linting problem

This commit is contained in:
seotts 2021-03-18 17:22:45 -04:00 committed by Karishma Chadha
parent 9d4937fae4
commit 1ba9be920a

View file

@ -10,7 +10,7 @@ require('./grid.scss');
const Grid = props => (
<div
className={classNames('grid', props.className, )}
className={classNames('grid', props.className)}
>
<FlexRow>
{props.items.map((item, key) => {