Skip to content

Commit

Permalink
chore: 중복된 체인지로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dia-triple committed Dec 13, 2023
1 parent 5c95e0f commit 7b69ecf
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@

- [TFC-52] 트리플 헤더 블링크 이슈 [#2783](https://github.com/titicacadev/triple-frontend/pull/2783)

## v13.14.1

### resource-list-element

- ExtendedResourceListElement badge 디자인 수정 [#3057](https://github.com/titicacadev/triple-frontend/pull/3057)

## v13.14.0

### chat
Expand Down Expand Up @@ -4152,11 +4146,11 @@ SingleSlider, RangeSlider
```ts
interface ReviewLikesContextProps {
deriveCurrentStateAndCount: (currentState: {
reviewId: any;
liked: boolean;
likesCount: number;
}) => { liked: boolean; likesCount: number };
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void;
reviewId: any
liked: boolean
likesCount: number
}) => { liked: boolean; likesCount: number }
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void
}
```

Expand Down

0 comments on commit 7b69ecf

Please sign in to comment.