+ {activityItem.type === 'start' ? (
+ feedType == 'activity' ? (
+
+ ) : (
+
+ )
+ ) : activityItem.type === 'comment' ? (
+
+ ) : activityItem.type === 'bet' ? (
+
+ ) : activityItem.type === 'betgroup' ? (
+
+ ) : activityItem.type === 'close' ? (
+
+ ) : activityItem.type === 'resolve' ? (
+
+ ) : activityItem.type === 'expand' ? (
+
) : null}
-
- {activityItem.type === 'start' ? (
- feedType == 'activity' ? (
-
- ) : (
-
- )
- ) : activityItem.type === 'comment' ? (
-
- ) : activityItem.type === 'bet' ? (
-
- ) : activityItem.type === 'betgroup' ? (
-
- ) : activityItem.type === 'close' ? (
-
- ) : activityItem.type === 'resolve' ? (
-
- ) : activityItem.type === 'expand' ? (
-
- ) : null}
-
-
+