Skip to content

Commit ee50871

Browse files
committed
fix: the Ruby tab error does not disappear
1 parent d5395aa commit ee50871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/ruby-to-blocks-converter-hoc.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const RubyToBlocksConverterHOC = function (WrappedComponent) {
6060
this.props.updateRubyCodeErrorsState(converter.errors);
6161
return converter;
6262
}
63+
this.props.updateRubyCodeErrorsState(converter.errors);
6364
this.props.convertedRubyCodeState();
6465
return converter;
6566
}

0 commit comments

Comments
 (0)