{versionInfo?.all?.[id]?.name || 'Invalid Update Name'}
{versionInfo?.all?.[id]?.body ? (
{versionInfo.all[id].body}
) : (
t('Updater.no_patch_notes_desc')
)}
)}
fnGetId={(id) => id}
nNumItems={versionInfo?.all?.length}
nHeight={SP.innerHeight - 40}
nItemHeight={SP.innerHeight - 40}
nItemMarginX={0}
initialColumn={0}
autoFocus={true}
fnGetColumnWidth={() => SP.innerWidth}
name={t('Updater.decky_updates') as string}
/>