Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonjetz committed Jul 13, 2023
1 parent e3acf30 commit eb0bf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragmentarium/ui/info/ResearchProjects.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ beforeEach(async () => {
},
}
)
render(<ProjectList fragment={fragment} />)
render(<ProjectList projects={fragment.projects} />)
})

it('Renders logo', () => {
Expand Down

0 comments on commit eb0bf07

Please sign in to comment.