Skip to content

Commit

Permalink
Fixing linting errors, still, still
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Aug 22, 2024
1 parent 8f97d40 commit 492cc47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function onBinLookup(pCallbackObj) {
resetDualBranding(pCallbackObj.rootNode);
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars (keep component param to demo the function signature)
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export function onChange(state, component) {
/**
* If we're in a dual branding scenario & the number field becomes valid or is valid and become invalid
Expand Down

0 comments on commit 492cc47

Please sign in to comment.