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
basic verification UI
This commit is contained in:
@@ -137,3 +137,8 @@ export default class DevicesPanel extends React.Component {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
DevicesPanel.displayName = 'MemberDeviceInfo';
|
||||
DevicesPanel.propTypes = {
|
||||
className: React.PropTypes.string,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user