Skip to content

Commit 2981d57

Browse files
committed
fix type in ValidateEvent/index.spec.tsx
1 parent c140012 commit 2981d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ga4/EventBuilder/ValidateEvent/index.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const renderComponent = (props: Partial<ValidateEventProps> = {}) => {
4747
parameters: [],
4848
items: [],
4949
userProperties: [],
50-
timestamp_micros: "",
50+
timestamp_micros: undefined,
5151
non_personalized_ads: false,
5252
useTextBox: false,
5353
payloadObj: [],

0 commit comments

Comments
 (0)