Skip to content

Commit

Permalink
fix(ui): clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloHry committed Aug 22, 2022
1 parent 9ca1a88 commit 16ef0eb
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions ui/src/pages/mentions-legales/MentionsLegalesAccordions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,15 @@ import {
AccordionItem,
AccordionPanel,
Box,
// Button,
Heading,
Link,
Text,
} from "@chakra-ui/react";
import { NavLink } from "react-router-dom";
// import { useState } from "react";

const MentionsLegalesAccordions = () => {
// const [value, setValue] = useState([]);
// let awijudhawiud = [];
// const check = (checkValue) => {
// if (awijudhawiud.indexOf(checkValue) === -1) {
// awijudhawiud.push(checkValue);
// console.log(awijudhawiud);
// } else {
// awijudhawiud.splice(awijudhawiud.indexOf(checkValue), 1);
// }
// };
// console.log(awijudhawiud);

return (
<Box marginTop="2w">
<Box>
{/* <Button onClick={() => setValue([0, 1, 2, 3, 4, 5])}>Tout déplier</Button>
<Button onClick={() => setValue([])}>dwiajwd</Button> */}
</Box>
<Accordion allowMultiple fontSize="zeta" color="#000000" marginTop="8w">
<AccordionItem on>
<h2>
Expand Down

0 comments on commit 16ef0eb

Please sign in to comment.