Commit 7bd49cc7 by Яков

add func renderHeaderColumn

parent 2f09ce27
......@@ -133,9 +133,7 @@ class ReactFinder extends PureComponent {
)
});
if (el) {
return (
<div className="react-finder-detail">{el}</div>
);
return (<div className="react-finder-detail">{el}</div>);
}
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment