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
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"