Merged PR 2420: added welsh translations of api endpoints
added welsh translations of api endpoints Related work items: #23879
This commit is contained in:
@@ -66,7 +66,7 @@ import CaseNoticeBanner from "./caseNoticeBanner";
|
||||
import WatchModal from "./watchmodal";
|
||||
import EIADetails from "./eia";
|
||||
|
||||
import GoogleMapComponent from "../mapping";
|
||||
import MapComponent from "../mapping";
|
||||
import OSPoint from "ospoint";
|
||||
|
||||
const CaseSummary = (props) => {
|
||||
@@ -95,7 +95,8 @@ const CaseSummary = (props) => {
|
||||
currentView,
|
||||
messagesObj,
|
||||
docsOffline,
|
||||
ticketnumber
|
||||
ticketnumber,
|
||||
mapTarget
|
||||
} = props;
|
||||
|
||||
const showLoginCheck =
|
||||
@@ -1533,9 +1534,11 @@ const CaseSummary = (props) => {
|
||||
width: "100%"
|
||||
}}
|
||||
>
|
||||
<GoogleMapComponent
|
||||
<MapComponent
|
||||
center={center}
|
||||
zoom={zoom}
|
||||
locale={router.locale}
|
||||
mapTarget={mapTarget}
|
||||
/>
|
||||
{/* <OSMapComponent center={center} zoom={zoom} /> */}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user