Skip to content

Commit

Permalink
Merge pull request #129 from EFUB4-Jukebox/dev
Browse files Browse the repository at this point in the history
Hotfix : 언어 ko 로 변경
  • Loading branch information
YoungseoChoi23 authored Aug 24, 2024
2 parents dd4650f + 87aab65 commit 97df0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/UsersPage/PinComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const PinComponent = ({
};

const isPrivate = pin.visibility === "PRIVATE";
const isEmpty = !pin.memo;
const text =
isPrivate && !pin.isMine
? "비공개인 메모입니다."
Expand Down

0 comments on commit 97df0a1

Please sign in to comment.