fileSubtitle recon

This commit is contained in:
zeppi 2021-07-22 12:01:35 -04:00 committed by jessopb
parent 8919182c0c
commit f4559c1cce

View file

@ -22,7 +22,7 @@ function FileSubtitle(props: Props) {
<FileViewCount uri={uri} livestream={livestream} activeViewers={activeViewers} isLive={isLive} />
</div>
<FileActions uri={uri} />
<FileActions uri={uri} hideRepost={livestream} livestream={livestream} />
</div>
);
}