+ {/* @ts-expect-error; variant is not in the types for some reason? */}
+
+ {" "}
+
+
+ {activityTypes[activity.type]}
+ {!largeImage && ` ${activity.name}`}
+
+
+ {largeImage && (
+
+
+
+
+ {smallImage && (
+
+
+
+
+
+ )}
+
+ )}
+
+
{activity.name}
+
{activity.state}
+
{activity.details}
+
+
+
+
+
+
+ ).outerHTML;
+ }
}
});
- return (
-