Skip to content

Commit daabd50

Browse files
authored
[FE] hotfix인 자동화 버튼 워딩 수정 및 불필요한 박스를 삭제한다. (#559)
2 parents f3a260a + 84cebb2 commit daabd50

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

frontend/src/components/NewChecklist/AddressModal/DaumAddressModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const DaumAddressModal = () => {
5353
<Modal position="bottom" isOpen={isModalOpen} onClose={modalClose}>
5454
<Modal.header>주소 검색</Modal.header>
5555
<Modal.body>
56-
<S.EmptyBox />
5756
<div ref={postcodeContainerRef} style={{ width: '100%', marginTop: '1rem' }} />
5857
</Modal.body>
5958
</Modal>

frontend/src/components/NewChecklist/NewRoomInfoForm/NearTransportation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const NearTransportation = () => {
3838
/>
3939
<FormStyled.FlexLabel label=" 분" />
4040
</FormStyled.FieldBox>
41-
<Button label="자동" isSquare={true} size="xSmall" onClick={findNearSubway} />
41+
<Button label="근처 역 찾기" isSquare={true} size="xSmall" onClick={findNearSubway} />
4242
<FormField.ErrorMessage value={errorMessageStation || errorMessageWalkingTime || ''} />
4343
</FlexBox.Vertical>
4444
);

0 commit comments

Comments
 (0)