Skip to content

Commit

Permalink
Fix #6503: remove unused codes (#6504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w authored Apr 30, 2024
1 parent 0f843e3 commit e8546f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/lib/accordion/Accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Accordion = React.forwardRef((inProps, ref) => {
}
};

const { ptm, ptmo, cx, sx, isUnstyled } = AccordionBase.setMetaData({
const { ptm, ptmo, cx, isUnstyled } = AccordionBase.setMetaData({
...metaData
});

Expand All @@ -36,7 +36,6 @@ export const Accordion = React.forwardRef((inProps, ref) => {
const getTabProp = (tab, name) => AccordionTabBase.getCProp(tab, name);

const getTabPT = (tab, key, index) => {
const atProps = AccordionTabBase.getCProps(tab);
const tabMetaData = {
// props: atProps, /* @todo */
parent: metaData,
Expand Down

0 comments on commit e8546f2

Please sign in to comment.