// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`MLocationBody with error displays correct fallback content when map_style_url is misconfigured 1`] = `
Unable to load map: This homeserver is not configured correctly to display maps, or the configured map server may be unreachable.
Shared a location: Found at geo:51.5076,-0.1276 at 2021-12-21T12:22+0000
`; exports[`MLocationBody with error displays correct fallback content without error style when map_style_url is not configured 1`] = `
Unable to load map: This homeserver is not configured to display maps.
Shared a location: Found at geo:51.5076,-0.1276 at 2021-12-21T12:22+0000
`; exports[`MLocationBody without error renders map correctly 1`] = `
`;