Merge branch 'release/0.0.3'
This commit is contained in:
@@ -147,7 +147,7 @@ const MainForm = ({ name }) => {
|
||||
);
|
||||
} else {
|
||||
return (
|
||||
<div>
|
||||
<span key={`delete-${action.id}-of-div`}>
|
||||
<Tooltip key={`delete-${action.id}`} title={action.tip}>
|
||||
<Link to="#" onClick={() => onDelete(action.id)}>
|
||||
{action.icon}
|
||||
@@ -159,7 +159,7 @@ const MainForm = ({ name }) => {
|
||||
close={() => setShowDeleteModal(false)}
|
||||
deleteFunction={() => onDelete(action.id)}
|
||||
/>
|
||||
</div>
|
||||
</span>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user