Removed unncessary set_data_for_meta before_action in ReactController react route

• Removed:
- unncessary set_data_for_meta before_action in ReactController react route
This commit is contained in:
mgabdev 2021-01-15 15:02:24 -05:00
parent 17af74140e
commit 2a83400d84

@ -12,7 +12,7 @@ class ReactController < ApplicationController
before_action :set_referrer_policy_header, only: [:react, :home, :status_embed, :status_show, :account_show]
before_action :set_initial_state_json, only: [:react, :home, :status_embed, :status_show, :account_show]
before_action :set_data_for_meta, only: [:react, :home, :status_embed, :status_show, :account_show]
before_action :set_data_for_meta, only: [:status_embed, :status_show, :account_show]
before_action :set_instance_presenter