Skip to content

Commit

Permalink
Merge pull request #2229 from zetkin/issue-2224/typo-in-mutating
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ziggabyte authored Oct 3, 2024
2 parents fcb14af + fe67c89 commit 6fe1dc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const EmailPage: PageWithLayout = () => {
</Box>
<Box flex={1}>
<EmailTargetsReady
isLoading={mutating.includes('lock')}
isLoading={mutating.includes('locked')}
isLocked={isLocked}
isTargeted={isTargeted}
lockedReadyTargets={lockedReadyTargets}
Expand Down

0 comments on commit 6fe1dc2

Please sign in to comment.