1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

chore: code clean up

This commit is contained in:
Amir Raminfar
2023-09-25 11:37:07 -07:00
parent 889ebf3acb
commit 40d02d993b
2 changed files with 2 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
>
<ic:sharp-find-in-page />
</a>
<component :is="item.getComponent()" :log-entry="item" :visible-keys="visibleKeys.value"></component>
<component :is="item.getComponent()" :log-entry="item" :visible-keys="visibleKeys.value" />
</li>
</ul>
</template>