diff --git a/app/controllers/react_controller.rb b/app/controllers/react_controller.rb index 10f7ff04..3c3a25b4 100644 --- a/app/controllers/react_controller.rb +++ b/app/controllers/react_controller.rb @@ -30,7 +30,7 @@ class ReactController < ApplicationController end def status_show - return process(:react) + render 'react' end def status_embed @@ -38,7 +38,7 @@ class ReactController < ApplicationController end def account_show - return process(:react) + render 'react' end private