Fix lint errors
This commit is contained in:
parent
a8c5574bc8
commit
03d36f30ec
5 changed files with 4 additions and 8 deletions
|
@ -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 {
|
||||
|
|
|
@ -123,6 +123,6 @@ export default createReactClass({
|
|||
editState={this.props.editState}
|
||||
onHeightChanged={this.props.onHeightChanged}
|
||||
onMessageAllowed={this.onTileUpdate}
|
||||
/> : null
|
||||
/> : null;
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue