Skip to content

Commit

Permalink
Add BBB message
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 18, 2020
1 parent 2a98e6e commit 0c54b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ColumnsBlock/ColumnsBlockEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ class ColumnsBlockEdit extends React.Component {
// }}
return (
<div role="presentation" className="columns-block">
{data.coldata ? 'old style columns block, safe to remove it' : ''}
{Object.keys(data).length === 1 ? (
<ColumnVariations
variants={variants}
Expand Down

0 comments on commit 0c54b74

Please sign in to comment.