- {t(`element.${singleElement.type}`)}
+ {singleElement && (
+
+
+ {t(`element.${singleElement.type}`)}
+
+
+
+
+
+
+ {singleElement.type === "text" && (
+
+ )}
+
+
+ {singleElement.type === "text" &&
}
+ )}
-
-
-
-
- {singleElement.type === "text" && (
-
+ {multipleElements && (
+
+ {elementsAreInSameGroup(multipleElements) && (
+
{t("element.group")}
)}
-
- {singleElement.type === "text" &&
}
-
+
+
{t("stats.elements")}
+
{selectedElements.length}
+
+
+
+
+
+
+