maintain (css): css anchor for rebranding

This commit is contained in:
Mickael Kerjean
2023-04-03 17:14:08 +10:00
parent 86dde05507
commit fe07df2df6
+1 -1
View File
@@ -24,7 +24,7 @@ const HOCDropTargetForFSFile = (Cmp) => {
class FileSystemComponent extends React.PureComponent {
render() {
return this.props.connectDropFile(
<div className="component_filesystem">
<div className={"component_filesystem" + (this.props.isSearch ? " is_search" : " is_folder")}>
<Container>
<NewThing
path={this.props.path} sort={this.props.sort}