removed SodistoreMax Calibration Discharge Configuration from frontend

This commit is contained in:
Yinyin Liu 2025-11-13 14:19:10 +01:00
parent 15201ecccb
commit 1f78a4dfea
1 changed files with 26 additions and 26 deletions

View File

@ -404,32 +404,32 @@ function Configuration(props: ConfigurationProps) {
} }
})} })}
/> />
{product === 3 && ( {/*{product === 3 && (*/}
<Tab {/* <Tab*/}
value="discharge" {/* value="discharge"*/}
label="Calibration Discharge" {/* label="Calibration Discharge"*/}
sx={(theme) => ({ {/* sx={(theme) => ({*/}
flex: 2, {/* flex: 2,*/}
fontWeight: 'bold', {/* fontWeight: 'bold',*/}
borderRadius: 2, {/* borderRadius: 2,*/}
textTransform: 'none', {/* textTransform: 'none',*/}
color: {/* color:*/}
activeTab === 'discharge' {/* activeTab === 'discharge'*/}
? 'white' {/* ? 'white'*/}
: theme.palette.text.primary, {/* : theme.palette.text.primary,*/}
bgcolor: {/* bgcolor:*/}
activeTab === 'discharge' {/* activeTab === 'discharge'*/}
? theme.palette.primary.main {/* ? theme.palette.primary.main*/}
: 'transparent', {/* : 'transparent',*/}
'&:hover': { {/* '&:hover': {*/}
bgcolor: {/* bgcolor:*/}
activeTab === 'discharge' {/* activeTab === 'discharge'*/}
? theme.palette.primary.dark {/* ? theme.palette.primary.dark*/}
: '#eee' {/* : '#eee'*/}
} {/* }*/}
})} {/* })}*/}
/> {/* />*/}
)} {/*)}*/}
</Tabs> </Tabs>
</Box> </Box>