diff --git a/src/components/UsersDetails.tsx/index.tsx b/src/components/UsersDetails.tsx/index.tsx
index 25ccf7f..edf7c72 100644
--- a/src/components/UsersDetails.tsx/index.tsx
+++ b/src/components/UsersDetails.tsx/index.tsx
@@ -69,17 +69,17 @@ export const UsersDetails = ({ meta }: UsersDetailsProps) => {
nostrId: string
) => {
if (isTimestampVerified(timestamps, nostrId)) {
- return
+ return
} else {
- return
+ return
}
}
const getCompletedOpenTimestampsInfo = (timestamp: OpenTimestamp) => {
if (timestamp.verification) {
- return
+ return
} else {
- return
+ return
}
}
@@ -175,11 +175,10 @@ export const UsersDetails = ({ meta }: UsersDetailsProps) => {
{' '}
{createdAt ? formatTimestamp(createdAt) : <>—>}{' '}
- {timestamps && timestamps.length > 0 && id && (
-
- {getOpenTimestampsInfo(timestamps, id)}
-
- )}
+ {timestamps &&
+ timestamps.length > 0 &&
+ id &&
+ getOpenTimestampsInfo(timestamps, id)}