fileSubtitle recon
This commit is contained in:
parent
8919182c0c
commit
f4559c1cce
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue