Remove mysterious dot from EventTilePreviews
It was a bullet point, since EventTiles now get created as li by default :P Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
ea98499ca6
commit
5e3ad62189
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ export default class EventTilePreview extends React.Component<IProps, IState> {
|
||||||
mxEvent={event}
|
mxEvent={event}
|
||||||
layout={this.props.layout}
|
layout={this.props.layout}
|
||||||
enableFlair={SettingsStore.getValue(UIFeature.Flair)}
|
enableFlair={SettingsStore.getValue(UIFeature.Flair)}
|
||||||
|
as="div"
|
||||||
/>
|
/>
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue