Skip to content

Commit

Permalink
[KAN-140] 지도 탭 > 검색 창 제거 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok authored Jun 1, 2024
1 parent 9884e41 commit 6949899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/map/MapScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export default function MapScreen() {

<View style={{position: 'absolute', top: 6, alignItems: 'center'}}>
{/* 검색창 */}
<AnimatedButton
{/* <AnimatedButton
style={{
width: windowWidth - 32,
backgroundColor: 'white',
Expand Down Expand Up @@ -334,7 +334,7 @@ export default function MapScreen() {
</Text>
)}
</View>
</AnimatedButton>
</AnimatedButton> */}

{/* 필터 버튼들*/}
<ScrollView
Expand Down

0 comments on commit 6949899

Please sign in to comment.