Skip to content

Commit 37c5159

Browse files
TRIPLE Botdongoc
authored andcommitted
Update 13.38.1 CHANGELOG
1 parent 9c4346c commit 37c5159

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 13.38.1
4+
5+
```
6+
### footer
7+
8+
- [footer] 푸터의 맞춤법을 수정합니다. [#3516](https://github.com/titicacadev/triple-frontend/pull/3516)
9+
```
10+
311
## v13.38.0
412

513
```
@@ -4591,11 +4599,11 @@ SingleSlider, RangeSlider
45914599
```ts
45924600
interface ReviewLikesContextProps {
45934601
deriveCurrentStateAndCount: (currentState: {
4594-
reviewId: any
4595-
liked: boolean
4596-
likesCount: number
4597-
}) => { liked: boolean; likesCount: number }
4598-
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void
4602+
reviewId: any;
4603+
liked: boolean;
4604+
likesCount: number;
4605+
}) => { liked: boolean; likesCount: number };
4606+
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void;
45994607
}
46004608
```
46014609

0 commit comments

Comments
 (0)