Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Яков
react-finder
Commits
7bd49cc7
Commit
7bd49cc7
authored
Aug 17, 2021
by
Яков
Browse files
add func renderHeaderColumn
parent
2f09ce27
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ReactFinder.js
View file @
7bd49cc7
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment