1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-22 04:02:40 +03:00
This commit is contained in:
Bruno Windels
2018-10-17 13:36:15 +02:00
parent 6fdcebb876
commit 8d3347bcfb
4 changed files with 20 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ const ResizeHandle = (props) => {
classNames.push('mx_ResizeHandle_reverse');
}
return (
<div className={classNames.join(' ')}/>
<div className={classNames.join(' ')} />
);
};