Updated the app explorer page with download potential

This commit is contained in:
frikky
2022-07-14 18:35:31 +02:00
parent 59311fb8be
commit 9833caa7ff
2 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -245,6 +245,7 @@ const Docs = (defaultprops) => {
if (props.match.params.key === undefined) {
} else {
console.log("DOCID: ", props.match.params.key)
fetchDocs(props.match.params.key)
}
}
@@ -272,7 +273,8 @@ const Docs = (defaultprops) => {
.split("_")
.join(" ")
.split("-")
.join(" ");
.join(" ")
.split("?")[0]
//console.log(name)
var found = false;