Revert "Match requested avatar size to displayed size"

This reverts commit 44b143c8c3.
pull/21833/head
Robin Townsend 2021-06-05 22:21:10 -04:00
parent e46bc93178
commit 43921500d3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ interface IState {
message: string;
}
const AVATAR_SIZE = 30;
const AVATAR_SIZE = 32;
@replaceableComponent("views.elements.EventTilePreview")
export default class EventTilePreview extends React.Component<IProps, IState> {