Skip to content

Commit

Permalink
uncomment loading after fee fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraabouhadid committed Nov 25, 2024
1 parent 933ff1a commit 8d86727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
currentNodeId.value = props.nodeId;
currentFee.value = (await getExtraFee()) ?? 0;
inputFee.value = currentFee.value;
// loading.value = false;
loading.value = false;
}
async function getExtraFee() {
try {
Expand Down

0 comments on commit 8d86727

Please sign in to comment.