diff --git a/ui/page/signInVerify/view.jsx b/ui/page/signInVerify/view.jsx index f201ff683..39964e677 100644 --- a/ui/page/signInVerify/view.jsx +++ b/ui/page/signInVerify/view.jsx @@ -8,8 +8,9 @@ import Button from 'component/button'; import { Lbryio } from 'lbryinc'; import I18nMessage from 'component/i18nMessage'; import Card from 'component/common/card'; +// @if TARGET='web' import Pixel from 'web/component/pixel'; - +// @endif type Props = { history: { push: (string) => void, location: { search: string } }, doToast: ({}) => void,