Skip to content

Commit 75757d0

Browse files
fix syntax error
1 parent e92350d commit 75757d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react_on_rails/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ def build_react_component_result_for_server_streamed_content(
452452
"", chunk_json_result["html"], result_console_script
453453
)
454454
end
455+
end
455456
end
456457

457458
def build_react_component_result_for_server_rendered_hash(
@@ -686,4 +687,3 @@ def raise_missing_autoloaded_bundle(react_component_name)
686687
end
687688
# rubocop:enable Metrics/ModuleLength
688689
# rubocop:enable Metrics/MethodLength
689-

0 commit comments

Comments
 (0)