Skip to content

[/api/profiles/me] User 객체의 id 속성이 필요합니다 #146

@SungeunP

Description

@SungeunP
const isAuthor: boolean = Boolean(user && artData.userId == user.id);

게시글 페이지에서 Author 인지 확인하여 수정/삭제 등의 옵션 버튼을 띄워주어야 합니다.
따라서 user 객체의 id 값도 내려주셔야 합니다 ㅎㅎ
예전엔 user 객체에 id가 있어서 author 체크가 가능했는데 언제부턴가 사라졌네용
-> 원래 없었네용

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions