-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor][노션 버그 반영 완료] post edit, privacy policy etc.. #149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코멘트 확인해주세요
@@ -152,7 +155,7 @@ const DetailedPostScreen = ({ navigation, route }) => { | |||
}, | |||
}); | |||
}, [profile, insightResponse, getChallengeRecordResponse]); | |||
|
|||
console.log('insightResponse', insightResponse); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
콘솔 지워주세요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반영완
@@ -22,17 +22,19 @@ const SettingsScreen = ({ navigation }) => { | |||
}; | |||
|
|||
const handleNoticePress = () => { | |||
Linking.openURL('https://www.notion.so/a0395d1a23bf413ea60b7402ac6b4c03'); | |||
Linking.openURL('https://keewe2023.notion.site/a0395d1a23bf413ea60b7402ac6b4c03'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 바꾼이유가 뭐죠??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저희 노션에 접근권한이 없는 사람들은, 후자의 링크로밖에 못들어가요.
…nto refactor/jihoon-0531
Refactor