Update comment

This commit is contained in:
Eric Bailey
2026-05-22 15:14:51 -05:00
parent 8cc535513f
commit 335bd5fe7d
@@ -74,6 +74,8 @@ export const StandardSiteEmbed = ({
}
}
// Embeds are expected to associate with at most one publication; if multiple
// refs are ever present, the byline silently uses the first one.
const publicationUri = view.associatedRefs?.find(
ref => new AtUri(ref.uri).collection === 'site.standard.publication',
)?.uri