Skip to content

Commit

Permalink
fix : 쌍따옴표 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoiSangwon committed Jun 12, 2024
1 parent 82ead03 commit 5385da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/main/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function Main() {
<styles.ProfileCircle
imageUrl={
mentorData !== null
? mentorData[currentIndex].picture.slice(2, -2)
? mentorData[currentIndex].picture.slice(1, -1)
: "https://picsum.photos/250/250"
}
/>
Expand Down

0 comments on commit 5385da5

Please sign in to comment.