fix: Stale values shown during retry after prior successful load (#489)
This commit is contained in:
parent
70f3336024
commit
4eea19bf53
1 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,8 @@ async function unstakePosition() {
|
||||||
async function loadActivePositionData() {
|
async function loadActivePositionData() {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
error.value = null;
|
error.value = null;
|
||||||
|
taxPaidGes.value = undefined;
|
||||||
|
profit.value = undefined;
|
||||||
try {
|
try {
|
||||||
//loadTaxDue
|
//loadTaxDue
|
||||||
taxDue.value = await getTaxDue(props.id);
|
taxDue.value = await getTaxDue(props.id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue