Skip to content

Commit e6a6e3b

Browse files
committed
remove added comma
1 parent 2fc915a commit e6a6e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/ga4/EventBuilder/ValidateEvent

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const classes = {
7272
heading: `${PREFIX}-heading`,
7373
payload: `${PREFIX}-payload`,
7474
form: `${PREFIX}-form`,
75-
buttonRow: `${PREFIX}-buttonRow`,
75+
buttonRow: `${PREFIX}-buttonRow`
7676
};
7777

7878
const Root = styled('div')((

0 commit comments

Comments
 (0)