Skip to content

Commit

Permalink
add pretty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Sep 25, 2024
1 parent 9aebb0b commit 6650ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/pages/create/CreateToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ const infuseAmount = ref();
const isCurrency = ref(false);
const infuseEnj = ref(false);
const infuseAccess = ref('Only Me');
const itemsInfuse = ref()
const totalInfuseAmount = ref()
const itemsInfuse = ref();
const totalInfuseAmount = ref();
const beneficiaryAddress = ref('');
const beneficiaryPercentage = ref(0);
const listingForbidden = ref(false);
Expand Down

0 comments on commit 6650ba1

Please sign in to comment.