{label}
; -const getDescription = (label?: string) =>Description of the Certificate
; +const getDescription = (description: string) => ( +{description.length < 100 ? description : `${description.slice(0, 100)}...`}
+); const columnStyles = [styles.Label, styles.Description, styles.Actions]; const certificateIcon =