We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ded0f commit 4e5a9d4Copy full SHA for 4e5a9d4
src/modules/myData/protectedData/GrantAccessModal.tsx
@@ -54,7 +54,7 @@ export default function GrantAccessModal({
54
if (schema.email) {
55
return 'mail';
56
}
57
- if (schema.telegramChatId || schema.chatId) {
+ if (schema.telegram_chatId || schema.chatId) {
58
return 'telegram';
59
60
return 'other';
src/views/contact/sendMessage.tsx
@@ -55,7 +55,7 @@ export default function SendMessage() {
61
0 commit comments