+ {showActions ? (
+ selectOne(selected, id, pkg),
+ rowIndex,
+ variant: 'checkbox',
+ }}
+ title={actionInProgress ? disabledReason : undefined}
+ />
+ ) : | | }
+
+ {debId
+ ? {packageName}
+ : packageName
+ }
+ |
+ |
+ {installedVersion.replace(`${packageName}-`, '')} |
+
+
+ |
+ {showActions ? (
+ |
+ ) : null}
+
+ );
+ })
+ }
+