-
+
+
+
+
-
- {callLog.status
- ? callLog.status
- : 'N/A'}
-
-
-
-
-
-
-
- {
- history.push(
- '/admin/projects/' +
- callLog.projectId
- ._id
- );
- }}
- >
-
-
-
-
-
- {callLog.projectId
- ? callLog
- .projectId
- .name
- : 'N/A'}
-
-
-
-
-
- |
-
-
-
-
-
-
- {callLog.from
- ? callLog.from
- : 'N/A'}
-
-
-
-
-
- |
-
-
-
-
-
-
- {callLog.to
- ? callLog.to
- : 'N/A'}
-
-
-
-
-
- |
-
-
-
-
-
-
- {callLog.createdAt
- ? moment
- .utc(
- callLog.createdAt
- )
- .local()
- .format(
- 'ddd, YYYY/MM/DD, h:mm:ss'
- )
- : 'N/A'}
-
-
-
-
-
- |
-
-
-
-
-
-
-
- {callLog.error ? (
+
+
+
+
+
+ |
+
{
+ history.push(
+ '/admin/projects/' +
+ callLog
+ .projectId
+ ._id
+ );
+ }}
+ >
+
+
+
+
+
+ {callLog.projectId
+ ? callLog
+ .projectId
+ .name
+ : 'N/A'}
+
+
+
+
+
+ |
+
+
+
+
+
+
+ {callLog.from
+ ? callLog.from
+ : 'N/A'}
+
+
+
+
+
+ |
+
+
+
+
+
+
+ {callLog.to
+ ? callLog.to
+ : 'N/A'}
+
+
+
+
+
+ |
+
+
+
+
+
+
+ {callLog.createdAt
+ ? moment
+ .utc(
+ callLog.createdAt
+ )
+ .local()
+ .format(
+ 'ddd, YYYY/MM/DD, h:mm:ss'
+ )
+ : 'N/A'}
+
+
+
+
+
+ |
+
+
+
+
+
+
- ) : null}
-
-
-
+ {callLog.error ? (
+
+ ) : null}
+
+
+
+
-
- |
-