Updated matrix-js-sdk to v12.4.1 (Security fix)

This commit is contained in:
Ajay Bura
2021-09-13 17:32:32 +05:30
parent b5dfc337ec
commit 8939927543
4 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ function DrawerHeader({ activeTab }) {
<TitleWrapper>
<Text variant="s1">{(activeTab === 'home' ? 'Home' : 'Direct messages')}</Text>
</TitleWrapper>
{(activeTab === 'dm')
{(activeTab === 'dms')
? <IconButton onClick={() => openInviteUser()} tooltip="Start DM" src={PlusIC} size="normal" />
: (
<ContextMenu