{versionInfo?.all?.[id]?.name}
{versionInfo?.all?.[id]?.body ? (
{versionInfo.all[id].body}
) : (
'no patch notes for this version'
)}
)}
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="Decky Updates"
/>