leave maximised map when beacons expire (#9098)
This commit is contained in:
parent
ca1d9729fd
commit
0357b4f0dc
7 changed files with 61 additions and 27 deletions
|
@ -1,6 +1,6 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`<BeaconViewDialog /> renders a fallback when no live beacons remain 1`] = `
|
||||
exports[`<BeaconViewDialog /> renders a fallback when there are no locations 1`] = `
|
||||
Array [
|
||||
<MapFallback
|
||||
className="mx_BeaconViewDialog_map"
|
||||
|
|
|
@ -135,9 +135,11 @@ exports[`<DialogSidebar /> renders sidebar correctly without beacons 1`] = `
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<ol
|
||||
class="mx_DialogSidebar_list"
|
||||
/>
|
||||
<div
|
||||
class="mx_DialogSidebar_noResults"
|
||||
>
|
||||
No live locations
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue