Skip to content

Commit

Permalink
chore: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarobidy-23 committed Dec 12, 2024
1 parent c6fdefd commit 23f8650
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/operations/attendance/list/AttendanceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ const Actions = () => {
};

export const AttendanceList = () => {
//const [showOne, setShowOne] = useState({status: false, record: null});

//const handlerRowClick = (id: string, ressource: string, record)=> setShowOne({ status: true, record })

return (
<>
<LinkButton to="create" icon={<Add />} bottom="90px" />
Expand Down Expand Up @@ -46,7 +42,6 @@ export const AttendanceList = () => {
/>
<TextField source="place" label="Lieu" />
</HaList>
{/* <ShowOne showOne={showOne} setShowOne={setShowOne} /> */}
</>
);
};

0 comments on commit 23f8650

Please sign in to comment.