{group.logs.length === 0 ? (
No related runtime logs found for this error group.
) : (
group.logs.map((log) => (
[{formatLogTimestamp(log.lastSeen, 'time')}] [
{log.level.toUpperCase()}] [{log.count}x]{' '}
{formatSingleLineMessage(log.message)}
))
)}