Skip to content

Commit de635c5

Browse files
justin808Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c4d2160 commit de635c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react_on_rails/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def raise_missing_components_subdirectory
333333
end
334334

335335
def compile_command_conflict_message
336-
packer_name = ReactOnRails::PackerUtils.packer_type&.upcase_first
336+
packer_name = ReactOnRails::PackerUtils.packer_type.upcase_first
337337
packer_type = ReactOnRails::PackerUtils.packer_type
338338
<<~MSG
339339

0 commit comments

Comments
 (0)