Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMartens committed Jun 30, 2022
1 parent bc08e13 commit 7a3f2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const LanguageSelectListItem: React.FC<Props> = ({status, language}) => {
[baseFieldName]: {
_type: 'reference',
_ref: baseDocument._id.replace(`drafts.*`, ``),
_weak: referenceBehavior === 'weak'
_weak: referenceBehavior === 'weak',
},
}
: {}),
Expand Down

0 comments on commit 7a3f2ac

Please sign in to comment.