diff --git a/frontend/app/components/Session/LivePlayer.tsx b/frontend/app/components/Session/LivePlayer.tsx index 97ceabbb2..516427d11 100644 --- a/frontend/app/components/Session/LivePlayer.tsx +++ b/frontend/app/components/Session/LivePlayer.tsx @@ -137,11 +137,7 @@ function LivePlayer({ ); } -export default withPermissions( - ['ASSIST_LIVE'], - '', - true -)( +export default withPermissions(['ASSIST_LIVE', 'SERVICE_ASSIST_LIVE'], '', true, false)( connect((state: any) => { return { siteId: state.getIn([ 'site', 'siteId' ]), diff --git a/frontend/app/components/Session/LiveSession.js b/frontend/app/components/Session/LiveSession.js index f7cc625d5..a9bba11b9 100644 --- a/frontend/app/components/Session/LiveSession.js +++ b/frontend/app/components/Session/LiveSession.js @@ -56,11 +56,7 @@ function LiveSession({ ); } -export default withPermissions( - ['ASSIST_LIVE'], - '', - true -)( +export default withPermissions(['ASSIST_LIVE', 'SERVICE_ASSIST_LIVE'], '', true, false)( connect( (state, props) => { const {