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