Selaa lähdekoodia

no message

master
vluk@2fi-solutions.com.hk 23 tuntia sitten
vanhempi
commit
ac09825085
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      src/components/ScheduleTable/ScheduleTable.tsx

+ 3
- 3
src/components/ScheduleTable/ScheduleTable.tsx Näytä tiedosto

@@ -227,7 +227,7 @@ function ScheduleTable<T extends ResultWithId>({
return (
<>
<TableRow hover tabIndex={-1} key={row.id}>
{isDetailedType(type) && (
{/*isDetailedType(type) && (
<TableCell>
<IconButton
color="primary"
@@ -241,7 +241,7 @@ function ScheduleTable<T extends ResultWithId>({
<PlayCircleOutlineIcon />
</IconButton>
</TableCell>
)}
)*/}
{(isEditable || hasCollapse) && (
<TableCell>
{editingRowId === row.id ? (
@@ -306,7 +306,7 @@ function ScheduleTable<T extends ResultWithId>({
) : (
<KeyboardArrowDownIcon />
)}
<Typography>{t("View BoM")}</Typography>
{/*<Typography>{t("BoM")}</Typography>*/}
</IconButton>
)}
</>


Ladataan…
Peruuta
Tallenna