diff --git a/ui/component/button/view.jsx b/ui/component/button/view.jsx index bce180c10..119e83fdf 100644 --- a/ui/component/button/view.jsx +++ b/ui/component/button/view.jsx @@ -27,6 +27,7 @@ type Props = { iconColor?: string, activeClass?: string, innerRef: ?any, + authSrc?: string, // Events onClick: ?(any) => any, onMouseEnter: ?(any) => any, @@ -50,6 +51,7 @@ const Button = forwardRef((props: Props, ref: any) => { label, largestLabel, icon, + // This should rarely be used. Regular buttons should just use `icon` // `iconRight` is used for the header (home) button with the LBRY icon and external links that are displayed inline iconRight, @@ -67,6 +69,7 @@ const Button = forwardRef((props: Props, ref: any) => { myref, dispatch, //