File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ export const managementExtraSettingsLabel = (): string => intl.formatMessage({
805805export const ruleSettingsLabel = ( ) : string => intl . formatMessage ( {
806806 id : 'label.managementRuleSettings' ,
807807 defaultMessage : 'Rule settings'
808-
808+ } ) ;
809809export const imprintLabel = ( ) : string => intl . formatMessage ( {
810810 id : 'label.imprint' ,
811811 defaultMessage : 'Imprint'
Original file line number Diff line number Diff line change @@ -19,10 +19,8 @@ import AudioOutputChooser from '../../components/devicechooser/AudioOutputChoose
1919import { canSelectAudioOutput } from '../../store/selectors' ;
2020import TestAudioOutputButton from '../../components/audiooutputtest/AudioOutputTest' ;
2121import edumeetConfig from '../../utils/edumeetConfig' ;
22- import ImpressumButton from '../../components/controlbuttons/ImpressumButton' ;
2322import MicVolume from '../../components/volume/MicVolume' ;
2423
25-
2624interface JoinProps {
2725 roomId : string ;
2826}
You can’t perform that action at this time.
0 commit comments