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 }