Merged PR 2420: added welsh translations of api endpoints
added welsh translations of api endpoints Related work items: #23879
This commit is contained in:
@@ -7,7 +7,7 @@ import SummaryCard from "../summary/components/SummaryCard";
|
||||
import SummaryRow from "../summary/components/SummaryRow";
|
||||
import { getCaseLpaDisplayLines } from "../../utils/getCaseLpaDisplayValue";
|
||||
|
||||
import GoogleMapComponent from "../../mapping/";
|
||||
import MapComponent from "../../mapping/";
|
||||
|
||||
import OSPoint from "ospoint";
|
||||
import { getBilingualText } from "../summary/utils/helpers";
|
||||
@@ -71,11 +71,7 @@ const Pinswg_dnsid = (props) => {
|
||||
width: "100%"
|
||||
}}
|
||||
>
|
||||
<GoogleMapComponent
|
||||
center={center}
|
||||
zoom={zoom}
|
||||
/>
|
||||
{/* <OSMapComponent center={center} zoom={zoom} /> */}
|
||||
<MapComponent center={center} zoom={zoom} />
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
@@ -7,7 +7,7 @@ import SummaryCard from "../summary/components/SummaryCard";
|
||||
import SummaryRow from "../summary/components/SummaryRow";
|
||||
import { getCaseLpaDisplayLines } from "../../utils/getCaseLpaDisplayValue";
|
||||
|
||||
import GoogleMapComponent from "../../mapping";
|
||||
import MapComponent from "../../mapping";
|
||||
|
||||
import OSPoint from "ospoint";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user