Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Oct 5, 2020
2 parents b219c09 + e009db9 commit 5d4c495
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ColumnsBlock/ColumnsBlockView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const ColumnsBlockView = (props) => {
{columnList.map(([id, column], index) => {
return (
<Grid.Column
className="columns-block-column"
key={id}
{...(gridSizes[gridCols[index]] || gridCols[index])}
className="column-blocks-wrapper"
Expand Down

0 comments on commit 5d4c495

Please sign in to comment.