fix: Stale values shown during retry after prior successful load (#489)

This commit is contained in:
openhands 2026-03-06 16:51:22 +00:00
parent 70f3336024
commit 4eea19bf53

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);