资料卡显示对话类型
This commit is contained in:
@@ -64,7 +64,7 @@ export default function ChatInfoDialog({ chat, chatInfoDialogRef, openChatFragme
|
|||||||
fontSize: '10.5px',
|
fontSize: '10.5px',
|
||||||
marginTop: '3px',
|
marginTop: '3px',
|
||||||
color: 'rgb(var(--mdui-color-secondary))',
|
color: 'rgb(var(--mdui-color-secondary))',
|
||||||
}}>ID: {chat?.type == 'private' ? userId : chat?.id}</span>
|
}}>({chat?.type}) ID: {chat?.type == 'private' ? userId : chat?.id}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<mdui-divider style={{
|
<mdui-divider style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user