Fix lint errors

This commit is contained in:
Tulir Asokan 2020-03-05 13:44:54 +02:00
parent a8c5574bc8
commit 03d36f30ec
5 changed files with 4 additions and 8 deletions

View file

@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import React from 'react';
import MImageBody from './MImageBody';
export default class MImageReplyBody extends MImageBody {

View file

@ -123,6 +123,6 @@ export default createReactClass({
editState={this.props.editState}
onHeightChanged={this.props.onHeightChanged}
onMessageAllowed={this.onTileUpdate}
/> : null
/> : null;
},
});