IO-1881 Related RO notes.

This commit is contained in:
Patrick Fic
2022-05-12 12:35:38 -07:00
parent 4613a93d09
commit d1a65530a3
12 changed files with 162 additions and 60 deletions

View File

@@ -24,7 +24,7 @@ export function NotesPresetButton({ bodyshop, form }) {
const menu = (
<Menu>
{bodyshop.md_notes_presets.map((i, idx) => (
<Menu.Item onClick={() => handleSelect(i)} onItemHover key={idx}>
<Menu.Item onClick={() => handleSelect(i)} key={idx}>
{i.label}
</Menu.Item>
))}