added epress folder routes test, also fixed issue with it saying home files when searching

This commit is contained in:
kyle hoell
2020-12-06 12:32:22 -05:00
parent 72f73cde78
commit 54046eced6
3 changed files with 224 additions and 83 deletions
+1 -1
View File
@@ -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}>