diff --git a/src/partials/digitalId/ProfileTableItem.jsx b/src/partials/digitalId/ProfileTableItem.jsx
index 19dee16..d00669d 100644
--- a/src/partials/digitalId/ProfileTableItem.jsx
+++ b/src/partials/digitalId/ProfileTableItem.jsx
@@ -18,7 +18,7 @@ function ProfileTableItem(props) {
-
+
@@ -29,22 +29,24 @@ function ProfileTableItem(props) {
|
- {(props.status === 'Progress') ? (
- ) :
- (props.status === 'Stored') ? (
- ) :
- (props.status === 'Completed') ? (
- ) : (
- )
- }
+
+ {(props.status === 'Progress') ? (
+
+ {props.status}
+ ) :
+ (props.status === 'Stored') ? (
+
+ {props.status}
+ ) :
+ (props.status === 'Completed') ? (
+
+ {props.status}
+ ) : (
+
+ {props.status}
+ )
+ }
+
|
|