Skip to content

Commit

Permalink
refactor: remove redundant var PE-5161
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen authored Dec 7, 2023
1 parent b65095a commit ae781d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GiftForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export function GiftForm({ errorCallback }: GiftFormProps) {
}
maxLength={250}
required={false}
></textarea>
/>
</div>

<div className="terms-and-conditions">
Expand Down

0 comments on commit ae781d5

Please sign in to comment.