Skip to content

Commit

Permalink
chore: Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jan 7, 2022
1 parent e79360e commit 7b62b6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/converters/slate.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const createCell = (type, rawValue) => {
const value = rawValue.map(function (el) {
if (typeof el === 'string') {
return jsx('element', { type: 'p' }, el);

} else {
return el;
}
Expand Down

0 comments on commit 7b62b6c

Please sign in to comment.