Skip to content

Commit

Permalink
🦨 Display entity name in table (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: mazya <[email protected]>
  • Loading branch information
nezouse and ClumsyVlad authored Mar 20, 2024
1 parent 1c0038f commit a471f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/waves/[waveId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default async function Wave({
<span className="font-bold">{project.name}</span>
</TableCell>
<TableCell>{project.user.name}</TableCell>
<TableCell>Entity name</TableCell>
<TableCell>{project.entityName}</TableCell>
<TableCell>
<span className="opacity-60">
{formatDate(project.createdAt)}
Expand Down

0 comments on commit a471f87

Please sign in to comment.