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
|
||||
const externalActionButtons =
|
||||
externalActions &&
|
||||
externalActions && externalActions.length > 0 &&
|
||||
html`<div
|
||||
id="external-actions-container"
|
||||
class="flex flex-row align-center"
|
||||
|
||||
Reference in New Issue
Block a user