Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-jaxell committed Oct 3, 2024
1 parent fcb14af commit fe67c89
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 fe67c89

Please sign in to comment.