Browse Source

띄어쓰기

pull/2/head
김지은 12 months ago
parent
commit
7e44d59572
  1. 8
      src/views/laanc/LaancStep2.js

8
src/views/laanc/LaancStep2.js

@ -167,7 +167,7 @@ export default function LaancStep2({
<Alert color={'success'}> <Alert color={'success'}>
<div className='alert-body'> <div className='alert-body'>
<CheckCircle size={15} /> <CheckCircle size={15} />
<span className='ms-1'>조종자 자격 정보</span> <span className='ms-1'>{' '}조종자 자격 정보</span>
</div> </div>
</Alert> </Alert>
</Col> </Col>
@ -185,7 +185,7 @@ export default function LaancStep2({
) : ( ) : (
<AlertCircle size={15} /> <AlertCircle size={15} />
)} )}
<span className='ms-1'>기체보험가입 정보</span> <span className='ms-1'>{' '}기체보험가입 정보</span>
</div> </div>
</Alert> </Alert>
</Col> </Col>
@ -234,7 +234,7 @@ export default function LaancStep2({
data.arcrftList[0].idntfNum != 'PA0002' ? ( data.arcrftList[0].idntfNum != 'PA0002' ? (
<> <>
<CheckCircle size={15} /> <CheckCircle size={15} />
<span className='ms-1'>검토 결과 승인 대상입니다.</span> <span className='ms-1'>{' '}검토 결과 승인 대상입니다.</span>
</> </>
) : ( ) : (
<> <>
@ -242,7 +242,7 @@ export default function LaancStep2({
<> <>
<AlertCircle size={15} /> <AlertCircle size={15} />
<span className='ms-1'> <span className='ms-1'>
검토 결과 승인 대상입니다. {' '}검토 결과 승인 대상입니다.
</span> </span>
<span className='cancel-txt'> <span className='cancel-txt'>
유효성 검사에 실패하였습니다. 유효성 검사에 실패하였습니다.

Loading…
Cancel
Save