1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

add id to props for completeness

This commit is contained in:
Bruno Windels
2018-12-18 14:31:38 +01:00
parent e67d9c6d4f
commit 279521cab4

View File

@@ -21,6 +21,7 @@ const ResizeHandle = (props) => {
ResizeHandle.propTypes = {
vertical: PropTypes.bool,
reverse: PropTypes.bool,
id: PropTypes.string,
};
export default ResizeHandle;