Skip to content

Commit 9150d2f

Browse files
committed
fix typo, and remove unused import
1 parent e53eccc commit 9150d2f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/components/translated/translatedComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ export const managementExtraSettingsLabel = (): string => intl.formatMessage({
805805
export const ruleSettingsLabel = (): string => intl.formatMessage({
806806
id: 'label.managementRuleSettings',
807807
defaultMessage: 'Rule settings'
808-
808+
});
809809
export const imprintLabel = (): string => intl.formatMessage({
810810
id: 'label.imprint',
811811
defaultMessage: 'Imprint'

src/views/join/Join.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ import AudioOutputChooser from '../../components/devicechooser/AudioOutputChoose
1919
import { canSelectAudioOutput } from '../../store/selectors';
2020
import TestAudioOutputButton from '../../components/audiooutputtest/AudioOutputTest';
2121
import edumeetConfig from '../../utils/edumeetConfig';
22-
import ImpressumButton from '../../components/controlbuttons/ImpressumButton';
2322
import MicVolume from '../../components/volume/MicVolume';
2423

25-
2624
interface JoinProps {
2725
roomId: string;
2826
}

0 commit comments

Comments
 (0)