This commit is contained in:
David Baker 2019-07-09 19:01:22 +01:00
parent d4af8d4993
commit 83f697a9a2
5 changed files with 0 additions and 6 deletions

View file

@ -108,7 +108,6 @@ export default class TermsDialog extends React.Component {
render() {
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
const AccessibleButton = sdk.getComponent('views.elements.AccessibleButton');
const rows = [];
for (const termsWithService of this.props.termsWithServices) {