diff --git a/packages/wallet/frontend/src/components/icons/Eye.tsx b/packages/wallet/frontend/src/components/icons/Eye.tsx index 134679fa4..9b732a346 100644 --- a/packages/wallet/frontend/src/components/icons/Eye.tsx +++ b/packages/wallet/frontend/src/components/icons/Eye.tsx @@ -1,8 +1,6 @@ import { SVGProps } from 'react' -type EyeProps = SVGProps & { loading?: boolean } - -export const Eye = ({ loading, ...props }: EyeProps) => { +export const Eye = (props: SVGProps) => { return ( { fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg" - className={loading ? 'animate-ping' : ''} {...props} > & { loading?: boolean } - -export const SlashEye = ({ loading, ...props }: SlashEyeProps) => { +export const SlashEye = (props: SVGProps) => { return ( { fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg" - className={loading ? 'animate-ping' : ''} {...props} >