Fix wrong E2E icon in room header for unencrypted local room (#10394)
This commit is contained in:
parent
2344eaab1c
commit
6d15b05b86
2 changed files with 6 additions and 14 deletions
|
@ -39,9 +39,6 @@ exports[`RoomView for a local room in state CREATING should match the snapshot 1
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mx_E2EIcon mx_E2EIcon_normal mx_RoomHeader_icon"
|
||||
/>
|
||||
<div
|
||||
class="mx_RoomHeader_name mx_RoomHeader_name--textonly"
|
||||
>
|
||||
|
@ -136,9 +133,6 @@ exports[`RoomView for a local room in state ERROR should match the snapshot 1`]
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mx_E2EIcon mx_E2EIcon_normal mx_RoomHeader_icon"
|
||||
/>
|
||||
<div
|
||||
class="mx_RoomHeader_name mx_RoomHeader_name--textonly"
|
||||
>
|
||||
|
@ -329,9 +323,6 @@ exports[`RoomView for a local room in state NEW should match the snapshot 1`] =
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="mx_E2EIcon mx_E2EIcon_normal mx_RoomHeader_icon"
|
||||
/>
|
||||
<div
|
||||
class="mx_RoomHeader_name mx_RoomHeader_name--textonly"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue