Use matrix style class names, modify CSS and some small changes

This commit is contained in:
Jaiwanth 2021-05-22 12:35:13 +05:30
parent a47117e3b0
commit bb81515cdd
2 changed files with 85 additions and 113 deletions

View file

@ -121,7 +121,7 @@ export default class RoomHeader extends React.Component {
}
_exportConvertionalHistory = async () => {
exportConversationalHistory(this.props.room, exportFormats.HTML, exportOptions.TIMELINE);
await exportConversationalHistory(this.props.room, exportFormats.HTML, exportOptions.TIMELINE);
}
render() {