mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
More compact classNames
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
0bf595d8d4
commit
b1fb089816
1 changed files with 1 additions and 2 deletions
|
@ -108,8 +108,7 @@ export default class ReplyTile extends React.PureComponent<IProps> {
|
|||
|
||||
const EventTileType = sdk.getComponent(tileHandler);
|
||||
|
||||
const classes = classNames({
|
||||
mx_ReplyTile: true,
|
||||
const classes = classNames("mx_ReplyTile", {
|
||||
mx_ReplyTile_info: isInfoMessage,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue