From 10f50a03e7dbf244411a680219b9b6a6fb3288d7 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 27 Jul 2021 15:24:35 -0700 Subject: [PATCH] Hide external actions row if there are zero actions. Closes https://github.com/owncast/owncast/issues/1119 --- webroot/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/js/app.js b/webroot/js/app.js index 552d38b4d..a080b2eff 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -676,7 +676,7 @@ export default class App extends Component { // modal buttons const externalActionButtons = - externalActions && + externalActions && externalActions.length > 0 && html`