{stringGetter({ key: STRING_KEYS[primaryDescriptionKey] })}
+{stringGetter({ key: STRING_KEYS[primaryDescriptionKey as StringKey] })}
)} {secondaryDescriptionKey && ( -{stringGetter({ key: STRING_KEYS[secondaryDescriptionKey] })}
+{stringGetter({ key: STRING_KEYS[secondaryDescriptionKey as StringKey] })}
)}