Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Aug 8, 2024
1 parent fc41dbe commit b9f8c4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
10 changes: 0 additions & 10 deletions dist/mui/components/accordion/Accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ import { withStyles } from "@mui/styles";
import React, { useEffect, useState } from "react";
import IconByName from "../icon/IconByName";
// deletes header animation in accordion
// const StyledAccordion = withStyles({
// root: {
// margin: "0",
// "&$expanded": {
// margin: "0",
// },
// },
// expanded: {},
// })(MuiAccordion);
// deletes header animation in accordion
const AccordionSummary = withStyles({
root: {
minHeight: "48px",
Expand Down
11 changes: 0 additions & 11 deletions src/mui/components/accordion/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ import React, { SyntheticEvent, useEffect, useState } from "react";

import IconByName from "../icon/IconByName";

// deletes header animation in accordion
// const StyledAccordion = withStyles({
// root: {
// margin: "0",
// "&$expanded": {
// margin: "0",
// },
// },
// expanded: {},
// })(MuiAccordion);

// deletes header animation in accordion
const AccordionSummary = withStyles({
root: {
Expand Down

0 comments on commit b9f8c4b

Please sign in to comment.