1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 11:35:00 +01:00

fix: fixes mobile nav not showing up when container does not exist. fixes #2153

This commit is contained in:
Amir Raminfar
2023-04-26 12:22:38 -07:00
parent 298b39f6b9
commit 832594532a

View File

@@ -9,7 +9,7 @@
</router-link>
</div>
<div class="column ml-4 is-family-monospace is-ellipsis" v-if="$route.name == 'container-id'">
{{ allContainersById[route.params.id as string].name }}
{{ allContainersById[route.params.id as string]?.name }}
</div>
<div class="column is-narrow push-right">