Skip to content

Commit

Permalink
changelog 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dongoc committed Jul 10, 2024
1 parent d8fd94f commit 6a1f8c1
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
- [react-contexts] user의 마일리지 뱃지 이미지 타입을 수정합니다. [#3310](https://github.com/titicacadev/triple-frontend/pull/3310)
```

## v13.26.3

```
### react-contexts
- [react-contexts] user의 마일리지 뱃지 이미지 타입을 수정합니다. [#3310](https://github.com/titicacadev/triple-frontend/pull/3310)
```

## v13.26.2

```
Expand Down Expand Up @@ -4449,11 +4441,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 6a1f8c1

Please sign in to comment.