diff --git a/web/src/components/PartCell/PartCell.js b/web/src/components/PartCell/PartCell.js
index b86c934..0bef362 100644
--- a/web/src/components/PartCell/PartCell.js
+++ b/web/src/components/PartCell/PartCell.js
@@ -97,9 +97,9 @@ const DELETE_PART_MUTATION = gql`
}
`
-export const Loading = () =>
Loading...
+export const Loading = () =>
Loading...
-export const Empty = () =>
Empty
+export const Empty = () =>
Empty
export const Failure = ({ error }) =>
Error: {error.message}
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 && (
+
+ )}