Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Nov 4, 2024
1 parent 7f0f971 commit ecdf85c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react-email/src/components/send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ export const Send = ({ markup }: { markup: string }) => {
type="submit"
>
Send
{isRateLimited
? ` ${rateLimiter.secondsRemaining}s`
: null}
{isRateLimited ? ` ${rateLimiter.secondsRemaining}s` : null}
</Button>
</div>
</form>
Expand Down

0 comments on commit ecdf85c

Please sign in to comment.