Skip to content

Commit 4230fa2

Browse files
committed
Co-authored-by: Mike Dunnmon <[email protected]>
Co-authored-by: Ian Davis <[email protected]>
1 parent f7e5c46 commit 4230fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/containers/CustomizationPanel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ const CustomizationPanel = ({ isThemeLight }): JSX.Element => {
311311
// type: 'DELETE EVENT',
312312
// payload: { event: selectedEvent }
313313
// });
314-
// };
314+
};
315315

316316

317317
const handleSave = (tailwind): Object => {
@@ -1007,5 +1007,5 @@ const useStyles = makeStyles({
10071007
color: '#fff'
10081008
}
10091009
});
1010-
};
1010+
10111011
export default CustomizationPanel;

0 commit comments

Comments
 (0)