Skip to content

Commit

Permalink
chore: 코드 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
eonseok-jeon committed Aug 30, 2024
1 parent 9333dfc commit fc0b814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ResultPage/components/FinalResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const FinalResult = () => {
<div style={{ overflow: 'auto', height: '100%' }}>
<div className={contentWrapperVar[deviceType]}>
<Title>결과 확인</Title>
<Content pass={true} />
<Content pass={pass} />
</div>
</div>
{deviceType !== 'MOB' && pass && (
Expand Down

0 comments on commit fc0b814

Please sign in to comment.