Skip to content

Commit d4560d1

Browse files
committed
ci
1 parent 57224be commit d4560d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/generators/react_on_rails/generator_messages.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def helpful_message_after_installation
6161
- To server render, change this line app/views/hello_world/index.html.erb to
6262
`prerender: true` to see server rendering (right click on page and select "view source").
6363
64-
<%= react_component("HelloWorldApp", props: @hello_world_props, prerender: true) %>
64+
<%= react_component("HelloWorld", props: @hello_world_props, prerender: true) %>
6565
6666
Alternative steps to run the app:
6767

lib/generators/react_on_rails/react_with_redux_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def create_appropriate_templates
4747
base_path = "base/base"
4848
base_js_path = "#{base_path}/app/javascript"
4949
config = {
50-
component_name: "HelloWorldApp",
50+
component_name: "HelloWorld",
5151
app_relative_path: "../bundles/HelloWorld/startup/HelloWorldApp"
5252
}
5353

0 commit comments

Comments
 (0)