Skip to content

Commit

Permalink
chore: remove Divider
Browse files Browse the repository at this point in the history
  • Loading branch information
asharonbaltazar committed Dec 3, 2024
1 parent 78f313c commit 23c2d64
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CommonEmailVariables, Events } from "shared-types";
import { SpamWarning, PackageDetails, BasicFooter, Divider } from "../../email-components";
import { SpamWarning, PackageDetails, BasicFooter } from "../../email-components";
import { BaseEmailTemplate } from "../../email-templates";

export const WaiverCMSEmail = ({
Expand All @@ -13,7 +13,6 @@ export const WaiverCMSEmail = ({
applicationEndpointUrl={variables.applicationEndpointUrl}
footerContent={<BasicFooter />}
>
<Divider />
<PackageDetails
details={{
"State or territory": variables.territory,
Expand Down

0 comments on commit 23c2d64

Please sign in to comment.