Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimLim committed Mar 4, 2024
1 parent 5085fb4 commit 34aa0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/ExperimentSetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export function ExperimentSetupPage() {
};
const handleAccordionChange =
(panel: string) => (event: React.SyntheticEvent, isExpanded: boolean) => {
console.log(event)
if (panel === "layoutPanel") {
setLayoutExpanded(isExpanded ? panel : false);
} else if (panel === "mediaPanel") {
Expand Down

0 comments on commit 34aa0a7

Please sign in to comment.