Skip to content

Commit 3500725

Browse files
committed
chore: rm unused prop
1 parent 69e8dd2 commit 3500725

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/FileContributors.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const Contributor = ({ contributor }: ContributorProps) => (
4646
)
4747

4848
export type FileContributorsProps = FlexProps & {
49-
editPath?: string
5049
contributors: FileContributor[]
5150
lastEdit: string
5251
}

0 commit comments

Comments
 (0)