Revert "Match requested avatar size to displayed size"
This reverts commit 44b143c8c3.
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user