- {typeof thumbnail === 'string' && thumbnail.length > 0 ? (
-
-
-
- ) : (
-
-
- {name || addonName}
+ {
+ typeof thumbnail === 'string' && thumbnail.length > 0 ?
+
+
-
- )}
- {progress !== null && !isNaN(progress) && progress > 0 ? (
-
- ) : null}
-
-
- {description}
+ :
+
+ }
+ {
+ progress !== null && !isNaN(progress) && progress > 0 ?
+
+ :
+ null
+ }
+
{description}
{children}