You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
thisfea -> this
idk what I was doing
This commit is contained in:
@@ -81,7 +81,7 @@ export default class RoomSettingsDialog extends React.Component {
|
|||||||
tabs.push(new Tab(
|
tabs.push(new Tab(
|
||||||
_td("Advanced"),
|
_td("Advanced"),
|
||||||
"mx_RoomSettingsDialog_warningIcon",
|
"mx_RoomSettingsDialog_warningIcon",
|
||||||
<AdvancedRoomSettingsTab roomId={thisfea.props.roomId} />,
|
<AdvancedRoomSettingsTab roomId={this.props.roomId} />,
|
||||||
));
|
));
|
||||||
// tabs.push(new Tab(
|
// tabs.push(new Tab(
|
||||||
// _td("Visit old settings"),
|
// _td("Visit old settings"),
|
||||||
|
|||||||
Reference in New Issue
Block a user