Skip to content

Commit

Permalink
web: Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
schneefux committed Dec 6, 2023
1 parent 3e215af commit 55d4f8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion web/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<web-nav id="web-nav" class="hidden lg:flex"></web-nav>
<app-head-nav id="app-nav" class="lg:hidden"></app-head-nav>

<loading-indicator id="loading"></loading-indicator>
<loading-indicator></loading-indicator>

<ad
ad-slot="6848221017"
Expand Down
1 change: 0 additions & 1 deletion web/pages/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default defineComponent({
const notFound = computed(() => pageContext.statusCode == 404)
const error = computed(() => pageContext.errorWhileRendering)
return {
notFound,
error,
Expand Down

0 comments on commit 55d4f8f

Please sign in to comment.