зеркало из https://github.com/github/docs.git
fix rendering of release notes patch on firefox (#20477)
This commit is contained in:
Родитель
b374c0cfcd
Коммит
1f3509b018
|
@ -43,9 +43,11 @@ export function PatchNotes({ patch, withReleaseNoteLabel }: Props) {
|
|||
{sectionItems.map((item) => {
|
||||
if (typeof item === 'string') {
|
||||
return (
|
||||
<li key={item} className="release-notes-list-item">
|
||||
<span dangerouslySetInnerHTML={{ __html: item }} />
|
||||
</li>
|
||||
<li
|
||||
key={item}
|
||||
className="release-notes-list-item"
|
||||
dangerouslySetInnerHTML={{ __html: item }}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче