Skip to content

Commit f55e12d

Browse files
authored
Applied prettier formatting
1 parent 5abc110 commit f55e12d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • samples/react-ui-kit-place-details-latlng-compact/src

samples/react-ui-kit-place-details-latlng-compact/src/app.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ const PlaceDetails = ({ lat, lng }: PlaceDetailsProps) => {
4242
);
4343

4444
// Set the location on the location request element.
45-
locationRequest.setAttribute(
46-
'location',
47-
`${lat},${lng}`
48-
);
45+
locationRequest.setAttribute('location', `${lat},${lng}`);
4946

5047
// Append the location request to the place details element.
5148
placeDetails.appendChild(locationRequest);

0 commit comments

Comments
 (0)