Skip to content

Commit

Permalink
change to *_valid to use_*
Browse files Browse the repository at this point in the history
  • Loading branch information
MCLiii committed Mar 2, 2024
1 parent 1969bd5 commit 82e41c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frontend/src/Components/PPC_MPPT/PPC_MPPT.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ export default function PPC_MPPT(props) {
<HeadingCell fontSize='2vh' label='Power Path Controller'/>
<Flex flex='2' p='1'>
<PPC_CELL
isCurrSource={props.data?.supplemental_valid[0]}
isCurrSource={props.data?.use_supp[0]}
label='Supplemental'
/>
<Spacer/>
<PPC_CELL
isCurrSource={props.data?.dcdc_valid[0]}
isCurrSource={props.data?.use_dcdc[0]}
label='Main Pack'
/>
</Flex>
Expand Down

0 comments on commit 82e41c2

Please sign in to comment.