Remove mystery dot from forward dialog preview
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
b97867271b
commit
a8dab04d5e
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ const ForwardDialog: React.FC<IProps> = ({ matrixClient: cli, event, permalinkCr
|
|||
layout={previewLayout}
|
||||
enableFlair={flairEnabled}
|
||||
permalinkCreator={permalinkCreator}
|
||||
as="div"
|
||||
/>
|
||||
</div>
|
||||
<hr />
|
||||
|
|
Loading…
Reference in a new issue