fix: suppress no-console lint error in CollapseActive error handler
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8e600ec5fd
commit
c0e1079006
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ async function loadActivePositionData() {
|
|||
// Calculate issuance earned using kraiken-lib profit calculation
|
||||
profit.value = calculateActivePositionProfit(props.position.totalSupplyInit, statCollection.kraikenTotalSupply, props.position.share);
|
||||
} catch (err) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error('Failed to load active position data:', err);
|
||||
error.value = 'Failed to load position data.';
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue