Skip to content

Commit

Permalink
fix: kehy
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Dec 13, 2023
1 parent 2f8e626 commit b9976ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectDeployments/ProjectDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ProjectDeployments: React.FC<Props> = ({ deployments, projectId }) => {
</TableHead>
<TableBody>
{deployments.map((deployment, index) => (
<TableRow>
<TableRow key={index}>
<TableCell>
<p className={styles.value}>{deployment.version}</p>
</TableCell>
Expand Down

0 comments on commit b9976ca

Please sign in to comment.