poeti8 7 лет назад
Родитель
Сommit
7c65c56087
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      client/pages/report.js

+ 1 - 1
client/pages/report.js

@@ -97,7 +97,7 @@ class ReportPage extends Component {
             Report abuses, malware and phishing links to the below email address or use the form. We
             Report abuses, malware and phishing links to the below email address or use the form. We
             will take actions shortly.
             will take actions shortly.
           </p>
           </p>
-          <p>{process.env.REPORT_EMAIL}</p>
+          <p>{(process.env.REPORT_EMAIL || '').replace('@', '[at]')}</p>
           <p>
           <p>
             <b>URL containting malware/scam:</b>
             <b>URL containting malware/scam:</b>
           </p>
           </p>