mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Hide external actions row if there are zero actions. Closes https://github.com/owncast/owncast/issues/1119
This commit is contained in:
parent
b5bb28b396
commit
10f50a03e7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue