1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-22 04:02:40 +03:00

Appease the linter

This commit is contained in:
Travis Ralston
2019-01-24 13:43:16 -07:00
parent a4e0796bfe
commit 3e09cd1d2e

View File

@@ -33,7 +33,7 @@ export default class VoiceSettingsTab extends React.Component {
activeAudioOutput: null,
activeAudioInput: null,
activeVideoInput: null,
}
};
}
componentWillMount(): void {