From df62706b02e464aae0f0476ee46913f2ee165597 Mon Sep 17 00:00:00 2001 From: Gleidson Daniel Silva Date: Tue, 11 Apr 2023 11:54:01 -0300 Subject: [PATCH] fix call translation (#5013) Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com> --- app/views/RoomActionsView/components/CallSection.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/RoomActionsView/components/CallSection.tsx b/app/views/RoomActionsView/components/CallSection.tsx index 180bbbb52..3457124c5 100644 --- a/app/views/RoomActionsView/components/CallSection.tsx +++ b/app/views/RoomActionsView/components/CallSection.tsx @@ -1,7 +1,6 @@ import React from 'react'; import * as List from '../../../containers/List'; -import i18n from '../../../i18n'; import { useVideoConf } from '../../../lib/hooks/useVideoConf'; export default function CallSection({ rid }: { rid: string }): React.ReactElement | null { @@ -12,7 +11,7 @@ export default function CallSection({ rid }: { rid: string }): React.ReactElemen }