Removed unused class app-body from react app container

• Removed:
- unused class app-body from react app container
This commit is contained in:
mgabdev 2020-07-10 13:24:09 -05:00
parent c10bfe1d72
commit 50714c41be

View File

@ -7,7 +7,7 @@ class ReactController < ApplicationController
before_action :set_data_for_meta, only: :react
def react
@body_classes = 'app-body'
#
end
private