diff --git a/src/components/views/rooms/AuxPanel.tsx b/src/components/views/rooms/AuxPanel.tsx index 18080e6063..465c9c749a 100644 --- a/src/components/views/rooms/AuxPanel.tsx +++ b/src/components/views/rooms/AuxPanel.tsx @@ -238,7 +238,7 @@ export default class AuxPanel extends React.Component { "mx_RoomView_auxPanel": true, "mx_RoomView_auxPanel_fullHeight": this.props.fullHeight, }); - const style:any = {}; + const style: React.CSSProperties = {}; if (!this.props.fullHeight) { style.maxHeight = this.props.maxHeight; }