Skip to content

Commit

Permalink
Merge pull request #70 from proj-poppin/fixed/plicy
Browse files Browse the repository at this point in the history
Fix :마이페이지 닉네임변경
  • Loading branch information
sohee-an authored Jun 23, 2024
2 parents 43d3ed4 + 4bb168d commit 0558496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/PoppinProject/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>12</string>
<string>13</string>
<key>FirebaseAppDelegateProxyEnabled</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/myPage/MyPageScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function MyPageScreen({navigation}) {
<View style={styles.colCloseContainer}>
<Text style={[text20B.text]}>
{' '}
{isLoggedIn ? data&&data?.nickname : '로그인 후 이용해주세요'}
{isLoggedIn ? userData : '로그인 후 이용해주세요'}
</Text>
<Pressable
style={styles.profileInfoContainer}
Expand Down

0 comments on commit 0558496

Please sign in to comment.