Browse Source

no message

master
parent
commit
dbda61d0c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/ScheduleTable/ScheduleTable.tsx

+ 1
- 1
src/components/ScheduleTable/ScheduleTable.tsx View File

@@ -306,7 +306,7 @@ function ScheduleTable<T extends ResultWithId>({
) : (
<KeyboardArrowDownIcon />
)}
{/*<Typography>{t("BoM")}</Typography>*/}
<Typography>{t("View BoM")}</Typography>
</IconButton>
)}
</>


Loading…
Cancel
Save