Skip to content

Commit 8bf9f1b

Browse files
committed
additional file cleanup
1 parent ada8047 commit 8bf9f1b

File tree

4 files changed

+3
-94
lines changed

4 files changed

+3
-94
lines changed

src/components/ga4/EventBuilder/GeographicInformation.tsx

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
// Copyright 2020 Google Inc. All rights reserved.
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
14-
151
import React from "react"
162
import Chip from "@mui/material/Chip";
173
import Divider from '@mui/material/Divider';
@@ -28,7 +14,6 @@ const Root = styled("div")(({ theme }) => ({
2814
marginTop: theme.spacing(3),
2915
}))
3016

31-
3217
interface GeographicInformationProps {
3318
user_location_city: string | undefined
3419
setUserLocationCity: (value: string) => void
@@ -151,4 +136,4 @@ const GeographicInformation: React.FC<GeographicInformationProps> = ({
151136
)
152137
}
153138

154-
export default GeographicInformation
139+
export default GeographicInformation

src/components/ga4/EventBuilder/ValidateEvent/schemas/userLocation.spec.ts

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/components/ga4/EventBuilder/ValidateEvent/schemas/userLocation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// User Location Schema
1+
// User location schema
22

33
export const userLocationSchema = {
44
type: "object",

src/components/ga4/EventBuilder/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const EventBuilder: React.FC = () => {
202202
timestamp_micros,
203203
setTimestampMicros,
204204
non_personalized_ads,
205-
setNonPersonalizedAds
205+
setNonPersonalizedAds,
206206
} = useInputs(categories)
207207

208208
const [user_location_city, setUserLocationCity] = React.useState("")

0 commit comments

Comments
 (0)