Skip to content

Commit 51886cb

Browse files
linting
1 parent 80fedc3 commit 51886cb

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
@@ -591,7 +591,7 @@ def server_rendered_react_component(render_options)
591591
result.rescue do |err|
592592
# This error came from the renderer
593593
raise ReactOnRails::PrerenderError.new(component_name: react_component_name,
594-
# Sanitize as this might be browser logged
594+
# Sanitize as this might be browser logged
595595
props: sanitized_props_string(props),
596596
err: err,
597597
js_code: js_code)

0 commit comments

Comments
 (0)