Skip to content

Commit 2fc915a

Browse files
committed
cleanup unused style code
1 parent 4ee9230 commit 2fc915a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • src/components/ga4/EventBuilder/ValidateEvent

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ const classes = {
7373
payload: `${PREFIX}-payload`,
7474
form: `${PREFIX}-form`,
7575
buttonRow: `${PREFIX}-buttonRow`,
76-
endpointSwitch: `${PREFIX}-endpointSwitch`,
7776
};
7877

7978
const Root = styled('div')((
@@ -85,10 +84,6 @@ const Root = styled('div')((
8584
padding: theme.spacing(2),
8685
},
8786

88-
[`& .${classes.endpointSwitch}`]: {
89-
marginBottom: theme.spacing(2),
90-
},
91-
9287
[`& .${classes.payloadTitle}`]: {
9388
margin: theme.spacing(1, 0),
9489
},

0 commit comments

Comments
 (0)