Merge pull request #704 from robintown/feedless-tiles

Don't show toolbar buttons on connecting tiles
This commit is contained in:
Robin 2022-11-02 12:36:36 -04:00 committed by GitHub
commit db66700595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 20 deletions

View file

@ -72,7 +72,7 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
const { t } = useTranslation();
const toolbarButtons: JSX.Element[] = [];
if (!isLocal) {
if (hasFeed && !isLocal) {
toolbarButtons.push(
<AudioButton
key="localVolume"