diff --git a/typescript/frontend-marios2/src/content/dashboards/Configuration/Configuration.tsx b/typescript/frontend-marios2/src/content/dashboards/Configuration/Configuration.tsx index 4b3fa507f..eee0f1849 100644 --- a/typescript/frontend-marios2/src/content/dashboards/Configuration/Configuration.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/Configuration/Configuration.tsx @@ -404,32 +404,32 @@ function Configuration(props: ConfigurationProps) { } })} /> - {product === 3 && ( - ({ - flex: 2, - fontWeight: 'bold', - borderRadius: 2, - textTransform: 'none', - color: - activeTab === 'discharge' - ? 'white' - : theme.palette.text.primary, - bgcolor: - activeTab === 'discharge' - ? theme.palette.primary.main - : 'transparent', - '&:hover': { - bgcolor: - activeTab === 'discharge' - ? theme.palette.primary.dark - : '#eee' - } - })} - /> - )} + {/*{product === 3 && (*/} + {/* ({*/} + {/* flex: 2,*/} + {/* fontWeight: 'bold',*/} + {/* borderRadius: 2,*/} + {/* textTransform: 'none',*/} + {/* color:*/} + {/* activeTab === 'discharge'*/} + {/* ? 'white'*/} + {/* : theme.palette.text.primary,*/} + {/* bgcolor:*/} + {/* activeTab === 'discharge'*/} + {/* ? theme.palette.primary.main*/} + {/* : 'transparent',*/} + {/* '&:hover': {*/} + {/* bgcolor:*/} + {/* activeTab === 'discharge'*/} + {/* ? theme.palette.primary.dark*/} + {/* : '#eee'*/} + {/* }*/} + {/* })}*/} + {/* />*/} + {/*)}*/}