diff --git a/services/web/app/views/project/list/front-chat.pug b/services/web/app/views/project/list/front-chat.pug index 765bddc42a..7f0939de29 100644 --- a/services/web/app/views/project/list/front-chat.pug +++ b/services/web/app/views/project/list/front-chat.pug @@ -1,4 +1,4 @@ -- if (settings.overleaf && settings.front && settings.front.chat_room_id != null) +- if (settings.overleaf && settings.overleaf.front_chat_widget_room_id != null) script. - window.FCSP = '#{settings.front.chat_room_id}'; + window.FCSP = '#{settings.overleaf.front_chat_widget_room_id}'; script(src="https://chat-assets.frontapp.com/v1/chat.bundle.js") \ No newline at end of file