diff --git a/apps/web/pages/settings/my-account/conferencing.tsx b/apps/web/pages/settings/my-account/conferencing.tsx index cf3486ae10..4b278af01f 100644 --- a/apps/web/pages/settings/my-account/conferencing.tsx +++ b/apps/web/pages/settings/my-account/conferencing.tsx @@ -71,7 +71,7 @@ const ConferencingLayout = () => { .map((app) => ({ ...app, title: app.title || app.name })) .map((app) => ( -
+
{ // eslint-disable-next-line @next/next/no-img-element app.logo && {app.title}