Only show editing UI for aliases/related_groups for users /w power

This commit is contained in:
Luke Barnard 2017-10-24 16:19:09 +01:00
parent ba46faf1b1
commit ee7ebc425c
4 changed files with 16 additions and 11 deletions

View file

@ -19,7 +19,6 @@ import Promise from 'bluebird';
import React from 'react';
import { _t, _tJsx, _td } from '../../../languageHandler';
import MatrixClientPeg from '../../../MatrixClientPeg';
import SdkConfig from '../../../SdkConfig';
import sdk from '../../../index';
import Modal from '../../../Modal';
import ObjectUtils from '../../../ObjectUtils';