mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
fix linting problem
This commit is contained in:
parent
9d4937fae4
commit
1ba9be920a
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue