|
@@ -400,7 +400,6 @@ const LandmarkDetails: React.FC<LandmarkDetailsProps> = ({authNavigation, landma
|
|
|
landmark={landmarkQuery?.data?.landmark}
|
|
|
updatedLandmark={updatedLandmark}
|
|
|
commentListRef={commentListRef}
|
|
|
- mainScrollRef={mainScrollRef}
|
|
|
commentTextInputRef={commentTextInputRef}
|
|
|
commentBeingEdited={commentBeingEdited}
|
|
|
comments={commentsQuery?.data}
|