Skip to content

Commit d7ff041

Browse files
lucasgoralCopilot
andauthored
Update src/components/Projects/ProjectsList.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 45687d7 commit d7ff041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Projects/ProjectsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default function ProjectsList() {
121121
alignItems: 'center',
122122
}}
123123
>
124-
<ProjectsListItemMenu projectName={(instance.cell.row.original?.projectName as string) ?? ''} />
124+
<ProjectsListItemMenu projectName={instance.cell.row.original?.projectName ?? ''} />
125125
</div>
126126
),
127127
},

0 commit comments

Comments
 (0)