[web] interviews/questions: remove extra divider in companies section (#1426)
This commit is contained in:
parent
f49dee37fa
commit
738114ada8
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Reference in New Issue