Merge pull request 'fix: Stale values shown during retry after prior successful load (#489)' (#510) from fix/issue-489 into master

This commit is contained in:
johba 2026-03-06 18:25:55 +01:00
commit c45a898e90

View file

@ -235,6 +235,8 @@ async function unstakePosition() {
async function loadActivePositionData() {
loading.value = true;
error.value = null;
taxPaidGes.value = undefined;
profit.value = undefined;
try {
//loadTaxDue
taxDue.value = await getTaxDue(props.id);