added epress folder routes test, also fixed issue with it saying home files when searching
This commit is contained in:
@@ -43,7 +43,7 @@ const DataForm = (props) => (
|
||||
|
||||
{props.parent === "/" ? (
|
||||
<div class="head__recent--files noSelect" style={props.loading ? {display: "none"} : {}}>
|
||||
<h2>Home Files</h2>
|
||||
<h2>{props.search !== "" ? "Files" : "Home Files"}</h2>
|
||||
<div class="view__recent">
|
||||
<ul>
|
||||
<li onClick={props.changeListViewMode}>
|
||||
|
||||
Reference in New Issue
Block a user