Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Marilynn-Stone committed Dec 20, 2024
1 parent 3dff376 commit 38182f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default function AnticipatedEAOSchedule() {
</AccordionSummary>
<AccordionDetails>
{items.map((item, itemIndex) => {
console.log("item:",item);
console.log("item:", item);
return (
<Accordion key={itemIndex} elevation={0}>
<AccordionSummary
Expand Down

0 comments on commit 38182f6

Please sign in to comment.