diff options
Diffstat (limited to 'docs/src/pages/power-profiler.js')
-rw-r--r-- | docs/src/pages/power-profiler.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/src/pages/power-profiler.js b/docs/src/pages/power-profiler.js index ca46f5c..fc803c5 100644 --- a/docs/src/pages/power-profiler.js +++ b/docs/src/pages/power-profiler.js @@ -30,10 +30,8 @@ function PowerProfiler() { const { value: psuType, bind: bindPsuType } = useInput(""); const { value: outputV, bind: bindOutputV } = useInput(3.3); const { value: quiescentMicroA, bind: bindQuiescentMicroA } = useInput(55); - const { - value: otherQuiescentMicroA, - bind: bindOtherQuiescentMicroA, - } = useInput(0); + const { value: otherQuiescentMicroA, bind: bindOtherQuiescentMicroA } = + useInput(0); const { value: efficiency, bind: bindEfficiency } = useInput(0.9); const { value: bondedQty, bind: bindBondedQty } = useInput(1); |