Skip to content
Snippets Groups Projects
Commit b6414a82 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Duncan McNamara
Browse files

Fix invalid call to an undefined icon in the remote access

parent 4e1657fd
No related branches found
No related tags found
1 merge request!1890Allow browsing the genres in the remote access
Pipeline #463257 passed with stages
in 1 hour, 30 minutes, and 42 seconds
......@@ -201,7 +201,7 @@
</nav>
</div>
<div class="d-flex align-items-center" v-else-if="this.getTitle()">
<div class="d-flex align-items-center" v-else-if="this.getTitle() && $route.meta.icon">
<div class="text-primary breadcrumb"><img v-bind:src="$getAppAsset($route.meta.icon)"> <span class="breadcrumb-content-item">{{ this.getTitle() }}</span></div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment