File tree Expand file tree Collapse file tree
apps/web/src/app/mentor/waiting/_ui/WaitingContent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const WaitingContent = () => {
4242 mentoringId = { item . mentoringId }
4343 profileImageUrl = { item . profileImageUrl }
4444 nickname = { item . nickname }
45- message = { `λμ΄ λ©ν° μ μ²μ μλ½νμ΄μ.` }
45+ message = { ` λ©ν κ° λ©ν° μ μ²μ μλ½νμ΄μ.` }
4646 date = { item . createdAt }
4747 />
4848 ) )
@@ -56,7 +56,7 @@ const WaitingContent = () => {
5656 { ( { isExpanded } ) => (
5757 < div className = "space-y-2" >
5858 < h3 className = "mt-3 px-5 text-k-900 typo-sb-5" > μλ½ λκΈ°μ€</ h3 >
59- < div className = "space-y-2 p-4 " >
59+ < div className = "space-y-2" >
6060 { pendingList . length === 0 ? (
6161 < div className = "px-4 py-3" >
6262 < EmptySdwBCards message = "λ©ν μ μ² λ΄μμ΄ μμ΅λλ€." />
@@ -67,7 +67,7 @@ const WaitingContent = () => {
6767 key = { item . mentoringId }
6868 profileImageUrl = { item . profileImageUrl }
6969 nickname = { item . nickname }
70- description = { `λμκ² λ©ν° μ μ²μ 보λμ΄μ.` }
70+ description = { ` λ©ν μκ² λ©ν° μ μ²μ 보λμ΄μ.` }
7171 />
7272 ) )
7373 ) }
You canβt perform that action at this time.
0 commit comments