Browse Source

fixed typo

main
Steven 1 year ago
parent
commit
5f6289b526
  1. 2
      tampermonkey.js

2
tampermonkey.js

@ -728,7 +728,7 @@ function injectOversight(countyId, action) {
const rowCapInputIsBeingOverridden = settings_Presidence_GeneralCap; //TODO: write logic
const rowCapInputShouldBeDisabled = (rowCapInputIsBeingOverridden || !rowCapCheckboxShouldBeChecked); //TODO: write logic
const trueCap = getTrueCap(isGeneralCapEnabled,) alwaysWinSettings.generalCap; //countyJson.bidCap; //TODO actually calcuate instead of reading from settings
const trueCap = alwaysWinSettings.generalCap; //countyJson.bidCap; //TODO actually calcuate instead of reading from settings
//const trueCap = getTrueCap(isGeneralCapEnabled,isRowCapIsEnabled,presidenceValue,generalCapNum,rowCapNum); //TODO: Uncomment this line once I get the params right.
const capIsCurrentlyBeingAppliedToBid = countyJson.bid > Number(trueCap);
//End TODO

Loading…
Cancel
Save