You've already forked AstralRinth
forked from didirus/AstralRinth
Navigation fixes (#1095)
* Navigation fixes * remove console log * Fix prettier * Fix legal pages as well
This commit is contained in:
@@ -186,11 +186,11 @@
|
||||
:class="'display-mode--' + $cosmetics.searchDisplayMode.user"
|
||||
>
|
||||
<ProjectCard
|
||||
v-for="project in ($route.params.projectType !== undefined
|
||||
v-for="project in (route.params.projectType !== undefined
|
||||
? projects.filter(
|
||||
(x) =>
|
||||
x.project_type ===
|
||||
$route.params.projectType.substr(0, $route.params.projectType.length - 1)
|
||||
route.params.projectType.substr(0, route.params.projectType.length - 1)
|
||||
)
|
||||
: projects
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user