Skip to content

Commit

Permalink
Remove unneeded class
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 2, 2020
1 parent 7b3abba commit e009db9
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 e009db9

Please sign in to comment.