Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc361d3

Browse files
committed
Fix lint issues
1 parent a8074c0 commit fc361d3

File tree

1 file changed

+1
-1
lines changed
  • site/pages/projects/[organization]/[project]

1 file changed

+1
-1
lines changed

site/pages/projects/[organization]/[project]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const ProjectPage: React.FC = () => {
6161
{
6262
key: "name",
6363
name: "Name",
64-
renderer: (nameField: string, data: Workspace) => {
64+
renderer: (nameField: string) => {
6565
return <Link href={`/workspaces/me/${nameField}`}>{nameField}</Link>
6666
},
6767
},

0 commit comments

Comments
 (0)