Skip to content

Commit 28fb00c

Browse files
authored
Merge pull request #304 from emscb/develop
λ°œν‘œ μžλ£Œμ— λ§ˆν¬λ‹€μš΄μ„ λ„£μ–΄λ΄…λ‹ˆλ‹€
2 parents 1b96917 + f37a4e3 commit 28fb00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

β€Žpages/program/talk-detail.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class TalkDetail extends React.Component<PropsType> {
122122
presentation.slideUrl &&
123123
<ProgramTableRow
124124
header={t('program:talkDetail.slideUrl')} >
125-
{ presentation.slideUrl }
125+
<MarkdownWrapper contents={ presentation.slideUrl }/>
126126
</ProgramTableRow>
127127
}
128128
</TableList>

0 commit comments

Comments
Β (0)