diff --git a/web/src/components/PartProfile/PartProfile.js b/web/src/components/PartProfile/PartProfile.js index 4d879b6..8a91baa 100644 --- a/web/src/components/PartProfile/PartProfile.js +++ b/web/src/components/PartProfile/PartProfile.js @@ -130,6 +130,23 @@ const PartProfile = ({ > {isEditable ? 'Save Details' : 'Edit Details'} + {isEditable && ( + + )}