diff --git a/app/web/src/components/KeyValue/KeyValue.tsx b/app/web/src/components/KeyValue/KeyValue.tsx index 1f75127..43b0acb 100644 --- a/app/web/src/components/KeyValue/KeyValue.tsx +++ b/app/web/src/components/KeyValue/KeyValue.tsx @@ -5,6 +5,7 @@ interface EditToggleType { onEdit?: React.MouseEventHandler isEditing?: boolean } +// small change const EditToggle = ({ onEdit = () => {