Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jun 28, 2024
1 parent def5b69 commit 32cbb59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sign/signup/Terms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const Terms = ({
<ul className="flex flex-col justify-center items-center gap-[12px] mt-[24px]">
{termsAgreements.map((term) => (
<TermsItem
key={term.id}
checked={term.checked}
title={term.title}
subTitle={term.subTitle}
Expand Down

0 comments on commit 32cbb59

Please sign in to comment.