[web] interviews/questions: remove extra divider in companies section (#1426)

This commit is contained in:
Zhou Yuhang 2025-04-28 15:15:29 +08:00 committed by GitHub
parent f49dee37fa
commit 738114ada8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

View File

@ -94,12 +94,14 @@ export default function QuestionContentsSystemDesign({
{!isQuestionLocked &&
metadata.companies &&
metadata.companies.length > 0 && (
<QuestionCompanies
canViewPremiumContent={canViewPremiumContent}
companies={metadata.companies}
/>
<>
<QuestionCompanies
canViewPremiumContent={canViewPremiumContent}
companies={metadata.companies}
/>
<Divider />
</>
)}
<Divider />
<QuestionContentProse contents={description} textSize="md" />
</div>
<Divider />