Skip to content

Commit

Permalink
Update Admin.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Sep 18, 2023
1 parent 533cd2b commit 5b489cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Admin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<!-- END TLD: transferOwnership -->

<!-- Minter: ownerFreeMint -->
<div v-if="isUserTldAdmin">
<div v-if="isUserMinterAdmin">
<h3>Minter contract: mint a domain for free</h3>

<p>The owner of the Minter contract can mint a domain for free.</p>
Expand Down Expand Up @@ -309,7 +309,7 @@

<hr />
</div>
<!-- END TLD: transferOwnership -->
<!-- END Minter: ownerFreeMint -->

</div>
</div>
Expand Down

0 comments on commit 5b489cb

Please sign in to comment.