Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Feb 9, 2023
1 parent a2ca4c6 commit c9be240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('UserList ', () => {
headline={i18n.REPORTER}
users={[
{
user,
user: { ...user, full_name: user.fullName },
},
]}
/>
Expand Down

0 comments on commit c9be240

Please sign in to comment.