Skip to content

Commit

Permalink
fix: do not show scrollbar in cell
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Jan 12, 2025
1 parent fddf924 commit e68f1e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const IdealPartnerProfile = ({ profile }: { profile: IdealPartner }) => {
onClickEdit={() => onClickEdit?.('IDEAL_HOBBY')}
suffix={renderBadge('취미')}
/>
<div className={styles.ChipList}>{t(`HOBBY_${profile.hobbies}`)}</div>
<span>{t(`HOBBY_${profile.hobbies}`)}</span>
</div>
{(showBlankValue || profile.religion) && (
<div className={styles.Cell}>
Expand Down

0 comments on commit e68f1e2

Please sign in to comment.