Skip to content

Commit

Permalink
fix: invalid reference to route
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed May 11, 2024
1 parent ac30345 commit 8e164d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/apps/AppRoutes.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-for="(route, index) of routeList" :key="env.domain" class="flex gap-2 mb-3">
<div v-for="(route, index) of routeList" :key="route.domain" class="flex gap-2 mb-3">
<div class="w-1/3">
<span class="block uppercase text-xs font-medium text-gray-700">Domain</span>
<span class="mt-1 p-2 block w-full rounded-md border bg-gray-100">{{ route.domain }}</span>
Expand Down

0 comments on commit 8e164d6

Please sign in to comment.