Merge pull request #4227 from lbryio/fix-unintendedSignin
fix unintended signin on play
This commit is contained in:
commit
d335c3b95d
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ export default function FileRenderInitiator(props: Props) {
|
|||
)}
|
||||
{!disabled && (
|
||||
<Button
|
||||
requiresAuth={IS_WEB}
|
||||
requiresAuth={shouldRedirect}
|
||||
onClick={viewFile}
|
||||
iconSize={30}
|
||||
title={isPlayable ? __('Play') : __('View')}
|
||||
|
|
Loading…
Reference in a new issue