File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
containers/Preview/PlaylistPreview Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ function PlaylistPreview(props) {
145
145
</ h1 >
146
146
) }
147
147
< div className = "controller" >
148
- < PreviousLink viewType = { query . view } projectId = { projectId } playlistId = { playlistId } previousResource = { previousResource } allPlaylists = { allPlaylists } />
149
- < NextLink viewType = { query . view } projectId = { projectId } playlistId = { playlistId } nextResource = { nextResource } allPlaylists = { allPlaylists } />
148
+ < PreviousLink enable = { previousResource } viewType = { query . view } projectId = { projectId } playlistId = { playlistId } previousResource = { previousResource } allPlaylists = { allPlaylists } />
149
+ < NextLink enable = { nextResource } viewType = { query . view } projectId = { projectId } playlistId = { playlistId } nextResource = { nextResource } allPlaylists = { allPlaylists } />
150
150
</ div >
151
151
</ div >
152
152
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ const AddVideoCard = ({
251
251
onClick = { ( ) => openEditor ( ) }
252
252
className = "addvideo-card-title"
253
253
>
254
- < h2 > { data . title } </ h2 >
254
+ < h2 dangerouslySetInnerHTML = { { __html : data . title } } / >
255
255
{ /* {selectedProjectstoAdd?.includes(data.id) && addToProjectCheckbox && '*'} */ }
256
256
</ div >
257
257
</ div >
You can’t perform that action at this time.
0 commit comments