File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/pages/Campaign/widgets Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.4.0" ,
44 "private" : true ,
55 "dependencies" : {
6- "@appquality/unguess-design-system" : " 2.12.46 " ,
6+ "@appquality/unguess-design-system" : " 2.12.47 " ,
77 "@headwayapp/react-widget" : " ^0.0.4" ,
88 "@reduxjs/toolkit" : " ^1.8.0" ,
99 "@rtk-query/codegen-openapi" : " ^1.0.0-alpha.1" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const WaffleTooltip = ({
1414 percentage,
1515} : {
1616 value : number ;
17- label : string ;
17+ label : string | number ;
1818 percentage : number ;
1919} ) => {
2020 switch ( label ) {
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ export const useBugsByUsecase = (campaignId: string) => {
5151 ) ;
5252 setTotal ( currentTotal ) ;
5353 setItems (
54- data . data . map ( ( item ) => ( {
55- id : getArcLinkLabel ( item . title ) ,
54+ data . data . map ( ( item , index ) => ( {
55+ id : getArcLinkLabel ( item . title ) + index ,
5656 label : getLegendLabel ( item . title ) ,
5757 value : item . bugs ,
5858 key : item . usecase_id ,
Original file line number Diff line number Diff line change 4747 ajv-draft-04 "^1.0.0"
4848 call-me-maybe "^1.0.1"
4949
50- "@appquality/unguess-design-system@2.12.46 ":
51- version "2.12.46 "
52- resolved "https://registry.yarnpkg.com/@appquality/unguess-design-system/-/unguess-design-system-2.12.46 .tgz#6d158809ef0092e3354a1cec9ef777077f58db28 "
53- integrity sha512-edFsHmPQKGJFUQgMbbE1O1VB94oyHoYvnvhCsZAFsdYvHcrgDbYcj9atJ5QPY9f3DE/mMHIyae/CUkGknHZ1cQ ==
50+ "@appquality/unguess-design-system@2.12.47 ":
51+ version "2.12.47 "
52+ resolved "https://registry.yarnpkg.com/@appquality/unguess-design-system/-/unguess-design-system-2.12.47 .tgz#2b2830332ffc37b69b8dacc75a85c2f63a45b8ae "
53+ integrity sha512-v5Uq5cZ8kFwR+c6MVoxuufGO4cDiib2GWtts8a7nEzB90Ks2PxH5oyWzAStC53N299e3NuZ3uu+TNl9cXV1YyQ ==
5454 dependencies:
5555 "@nivo/bar" "^0.80.0"
5656 "@nivo/bullet" "^0.80.0"
You can’t perform that action at this time.
0 commit comments