interface: fixed typo from splitting line of classnames

This commit is contained in:
Logan Allen 2020-07-31 16:10:45 -07:00
parent 6e7ea221e1
commit ad6e87eaff

View File

@ -229,7 +229,7 @@ export class ChatWindow extends Component {
return (
<div
className={
"overflow-y-scroll bg-white bg-gray0-d pt3 pb2 flex" +
"overflow-y-scroll bg-white bg-gray0-d pt3 pb2 flex " +
"flex-column-reverse relative"
}
style={{ height: "100%", resize: "vertical" }}