diff --git a/common/components/WalletDecrypt/components/DeprecationWarning.tsx b/common/components/WalletDecrypt/components/DeprecationWarning.tsx new file mode 100644 index 00000000..82eab917 --- /dev/null +++ b/common/components/WalletDecrypt/components/DeprecationWarning.tsx @@ -0,0 +1,12 @@ +import React from 'react'; +import translate from 'translations'; + +const DeprecationWarning: React.SFC<{}> = () => { + if (process.env.BUILD_DOWNLOADABLE) { + return null; + } + + return