Skip to content

Commit

Permalink
fix: Remove translation error when there is no type like for owner
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Apr 8, 2024
1 parent 9d93952 commit 830d5fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const MemberRecipientPermissions = ({

const actions = makeActions([permission, divider, revokeMember], {
t,
type,
type: type ?? 'one-way',
isOwner,
handleRevocation
})
Expand Down

0 comments on commit 830d5fa

Please sign in to comment.