Hide external actions row if there are zero actions. Closes https://github.com/owncast/owncast/issues/1119
This commit is contained in:
@@ -676,7 +676,7 @@ export default class App extends Component {
|
|||||||
|
|
||||||
// modal buttons
|
// modal buttons
|
||||||
const externalActionButtons =
|
const externalActionButtons =
|
||||||
externalActions &&
|
externalActions && externalActions.length > 0 &&
|
||||||
html`<div
|
html`<div
|
||||||
id="external-actions-container"
|
id="external-actions-container"
|
||||||
class="flex flex-row align-center"
|
class="flex flex-row align-center"
|
||||||
|
|||||||
Reference in New Issue
Block a user