diff --git a/src/components/molecules/RecordingsTable.tsx b/src/components/molecules/RecordingsTable.tsx index 43fc54f6..651d3677 100644 --- a/src/components/molecules/RecordingsTable.tsx +++ b/src/components/molecules/RecordingsTable.tsx @@ -417,18 +417,18 @@ const OptionsButton = ({ handleEdit, handleDelete, handleDuplicate }: OptionsBut Edit - { handleDelete(); handleClose(); }}> - - - - Delete - { handleDuplicate(); handleClose(); }}> Duplicate + { handleDelete(); handleClose(); }}> + + + + Delete + );