Commit 1ba9be92 authored by seotts's avatar seotts Committed by Karishma Chadha

fix linting problem

parent 9d4937fa
...@@ -10,7 +10,7 @@ require('./grid.scss'); ...@@ -10,7 +10,7 @@ require('./grid.scss');
const Grid = props => ( const Grid = props => (
<div <div
className={classNames('grid', props.className, )} className={classNames('grid', props.className)}
> >
<FlexRow> <FlexRow>
{props.items.map((item, key) => { {props.items.map((item, key) => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment