Skip to content

Commit

Permalink
Merge pull request #124 from web-tech-tw/visitor-details
Browse files Browse the repository at this point in the history
fix(adminjoinview.vue): ip_geolocation is undefined
  • Loading branch information
supersonictw authored Aug 19, 2024
2 parents 2ae7116 + ef11ae6 commit e4edc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AdminJoinView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
<p v-show="status" class="mt-2 text-red-600">{{ status }}</p>
</div>
<div v-show="application.code" class="max-w-md mx-3 my-5 py-4 px-8 bg-white shadow-lg rounded-lg">
<div v-if="application.code" class="max-w-md mx-3 my-5 py-4 px-8 bg-white shadow-lg rounded-lg">
<h2 class="text-gray-800 text-3xl font-semibold mb-3">
加入代碼:{{ application.code }}
</h2>
Expand Down

0 comments on commit e4edc87

Please sign in to comment.