1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Fix temporary class

This commit is contained in:
Travis Ralston
2020-06-05 14:13:28 -06:00
parent 829bf3c774
commit 2806c8c18b

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…')}