File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 13.40.1
4
+
5
+ ```
6
+ ### view-utilities
7
+
8
+ - [view-utilities] tna public_routerlist 정규식 수정 [#3542](https://github.com/titicacadev/triple-frontend/pull/3542)
9
+ ```
10
+
3
11
## 13.40.0
4
12
5
13
```
@@ -4615,11 +4623,11 @@ SingleSlider, RangeSlider
4615
4623
``` ts
4616
4624
interface ReviewLikesContextProps {
4617
4625
deriveCurrentStateAndCount: (currentState : {
4618
- reviewId: any ;
4619
- liked: boolean ;
4620
- likesCount: number ;
4621
- }) => { liked: boolean ; likesCount: number };
4622
- updateLikedStatus: (newLikes : { [reviewId : string ]: boolean }) => void ;
4626
+ reviewId: any
4627
+ liked: boolean
4628
+ likesCount: number
4629
+ }) => { liked: boolean ; likesCount: number }
4630
+ updateLikedStatus: (newLikes : { [reviewId : string ]: boolean }) => void
4623
4631
}
4624
4632
```
4625
4633
You can’t perform that action at this time.
0 commit comments