Skip to content

Commit

Permalink
fix typo, and remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Remus committed Nov 18, 2024
1 parent e53eccc commit 9150d2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/translated/translatedComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ export const managementExtraSettingsLabel = (): string => intl.formatMessage({
export const ruleSettingsLabel = (): string => intl.formatMessage({
id: 'label.managementRuleSettings',
defaultMessage: 'Rule settings'

});
export const imprintLabel = (): string => intl.formatMessage({
id: 'label.imprint',
defaultMessage: 'Imprint'
Expand Down
2 changes: 0 additions & 2 deletions src/views/join/Join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ import AudioOutputChooser from '../../components/devicechooser/AudioOutputChoose
import { canSelectAudioOutput } from '../../store/selectors';
import TestAudioOutputButton from '../../components/audiooutputtest/AudioOutputTest';
import edumeetConfig from '../../utils/edumeetConfig';
import ImpressumButton from '../../components/controlbuttons/ImpressumButton';
import MicVolume from '../../components/volume/MicVolume';


interface JoinProps {
roomId: string;
}
Expand Down

0 comments on commit 9150d2f

Please sign in to comment.