Skip to content

Commit

Permalink
Merge pull request #11 from casper-network/fix/launch-cleanup
Browse files Browse the repository at this point in the history
last minute fixes
  • Loading branch information
ledgerleapllc authored Aug 23, 2023
2 parents 8786158 + b17511d commit 7e3081b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Admin/Settings/Mailer/Mailer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default {
this.$root.catch401(response);
if (response.status == 200) {
// console.log(response);
console.log(response);
this.emailer_admins = response.detail;
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Admin/Settings/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default {
this.$root.catch401(response);
if (response.status == 200) {
// console.log(response);
console.log(response);
this.uptime_warning = parseFloat(response.detail?.uptime_warning).toFixed(3);
this.uptime_probation = parseFloat(response.detail?.uptime_probation).toFixed(3);
this.eras_required_to_vote = response.detail?.eras_required_to_vote;
Expand Down

0 comments on commit 7e3081b

Please sign in to comment.