Переглянути джерело

update mailing setting page, keep 7th

develop
MSI\2Fi 4 місяці тому
джерело
коміт
9d8f721478
1 змінених файлів з 4 додано та 4 видалено
  1. +4
    -4
      src/components/MailSetting/MailSetting.tsx

+ 4
- 4
src/components/MailSetting/MailSetting.tsx Переглянути файл

@@ -93,12 +93,12 @@ const MailSetting: React.FC<Props> = ({
if (test) {
let msg = ""
try {
msg = "testEveryone"
await testEveryone()
// msg = "testEveryone"
// await testEveryone()
msg = "test7th"
await test7th()
msg = "test15th"
await test15th()
// msg = "test15th"
// await test15th()
} catch (error) {
console.log(error)
console.log(msg)


Завантаження…
Відмінити
Зберегти