- {activityItem.field ? (
- activityItem.new_value === "restore" ? (
-
- ) : (
- activityDetails[
- activityItem.field as keyof typeof activityDetails
- ]?.icon
- )
- ) : activityItem.actor_detail.avatar &&
- activityItem.actor_detail.avatar !== "" ? (
-
+
+
+
+
+ {activityItem.field ? (
+ activityItem.new_value === "restore" ? (
+
) : (
-
- {activityItem.actor_detail.first_name.charAt(0)}
-
- )}
-
+ activityDetails[activityItem.field as keyof typeof activityDetails]
+ ?.icon
+ )
+ ) : activityItem.actor_detail.avatar &&
+ activityItem.actor_detail.avatar !== "" ? (
+
+ ) : (
+
+ {activityItem.actor_detail.first_name.charAt(0)}
+
+ )}
-
-
- {activityItem.field === "archived_at" &&
- activityItem.new_value !== "restore" ? (
- Plane
- ) : (
-
- {activityItem.actor_detail.first_name}
- {activityItem.actor_detail.is_bot
- ? " Bot"
- : " " + activityItem.actor_detail.last_name}
-
- )}
- {action}
- {activityItem.field !== "archived_at" && (
-
- {" "}
- {value}{" "}
-
- )}
-
- {timeAgo(activityItem.created_at)}
+
+
+
+ {activityItem.field === "archived_at" &&
+ activityItem.new_value !== "restore" ? (
+ Plane
+ ) : (
+
+ {activityItem.actor_detail.first_name}
+ {activityItem.actor_detail.is_bot
+ ? " Bot"
+ : " " + activityItem.actor_detail.last_name}
-
+ )}{" "}
+ {message}{" "}
+
+ {timeAgo(activityItem.created_at)}
+
- >
+