Commit 7bd49cc7 by Яков

add func renderHeaderColumn

parent 2f09ce27
...@@ -133,9 +133,7 @@ class ReactFinder extends PureComponent { ...@@ -133,9 +133,7 @@ class ReactFinder extends PureComponent {
) )
}); });
if (el) { if (el) {
return ( return (<div className="react-finder-detail">{el}</div>);
<div className="react-finder-detail">{el}</div>
);
} }
return null; 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