Fix temporary class

pull/21833/head
Travis Ralston 2020-06-05 14:13:28 -06:00
parent 829bf3c774
commit 2806c8c18b
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ export default class LeftPanel2 extends React.Component<IProps, IState> {
);
const searchBox = (<SearchBox
className="mx_LeftPanel2_TODO_filterRooms"
className="mx_LeftPanel2_filterRoomsSearch"
enableRoomSearchFocus={true}
blurredPlaceholder={_t('Filter')}
placeholder={_t('Filter rooms…')}