Fix
This commit is contained in:
parent
d25055dcdd
commit
74f238f555
@ -51,7 +51,7 @@ function getPeertubeButtons () {
|
||||
${repeat(buttons, (node) => html`
|
||||
<a
|
||||
href="#"
|
||||
title="${node.getAttribute('title')}"
|
||||
title="${node.getAttribute('title') ?? ''}"
|
||||
class="${
|
||||
// adding original classes
|
||||
node.className
|
||||
|
Loading…
Reference in New Issue
Block a user