Skip to content

Commit 0faea62

Browse files
Fix formatting in ReactOnRails helper for consistency
1 parent d8f4451 commit 0faea62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react_on_rails/helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def rails_context(server_side: true)
375375
i18nDefaultLocale: I18n.default_locale,
376376
rorVersion: ReactOnRails::VERSION,
377377
# TODO: v13 just use the version if existing
378-
rorPro: ReactOnRails::Utils.react_on_rails_pro?,
378+
rorPro: ReactOnRails::Utils.react_on_rails_pro?
379379
}
380380

381381
if ReactOnRails::Utils.react_on_rails_pro?

0 commit comments

Comments
 (0)