diff --git a/frontend/src/components/admin/generalConfig/common/ConfigMenuDisplay.js b/frontend/src/components/admin/generalConfig/common/ConfigMenuDisplay.js index 9356548cce..c484662495 100644 --- a/frontend/src/components/admin/generalConfig/common/ConfigMenuDisplay.js +++ b/frontend/src/components/admin/generalConfig/common/ConfigMenuDisplay.js @@ -269,9 +269,7 @@ function ConfigMenuDisplay(props) { <> {rows.map((row) => ( - + {row.cells.map((cell) => renderCell(cell, row), )} diff --git a/frontend/src/components/admin/menu/DictionaryManagement.js b/frontend/src/components/admin/menu/DictionaryManagement.js index 0d42548435..ca6588fa18 100644 --- a/frontend/src/components/admin/menu/DictionaryManagement.js +++ b/frontend/src/components/admin/menu/DictionaryManagement.js @@ -650,12 +650,7 @@ function DictionaryManagement() { {rows.map((row) => ( - { - setSelectedRowId(row.id); - }} - > + {row.cells.map((cell) => renderCell(cell, row))} ))}