Skip to content

Commit

Permalink
historique de deploiement finit
Browse files Browse the repository at this point in the history
  • Loading branch information
Killian Rakotonanahary committed Apr 10, 2024
1 parent 5637ee3 commit 500aaa1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/deviceSheet/deviceSheetMain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ const DeviceSheet = () => {
<Table>
<TableHead>
<TableRow>
<TableCell><b>Localisation</b></TableCell>
<TableCell><b>Projet</b></TableCell>
<TableCell><b>Site</b></TableCell>
<TableCell><b>Déploiement</b></TableCell>
Expand All @@ -140,7 +139,6 @@ const DeviceSheet = () => {
// console.log(item); // Déplacez cette ligne en dehors du contexte du rendu JSX si nécessaire
return (
<TableRow key={item.id}>
<TableCell></TableCell>
<TableCell>{item.project_name}</TableCell>
<TableCell>{item.site_name}</TableCell>
<TableCell>{item.name}</TableCell>
Expand Down

0 comments on commit 500aaa1

Please sign in to comment.