File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -18761,9 +18761,11 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
18761
18761
"title": "Card Weathers",
18762
18762
},
18763
18763
],
18764
+ "current": "70",
18764
18765
"currentPage": 1,
18765
18766
"id": "lane1",
18766
18767
"label": "First Lane here",
18768
+ "target": "100",
18767
18769
"title": "Planned Tasks",
18768
18770
},
18769
18771
Object {
@@ -18787,9 +18789,11 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
18787
18789
"title": "Michael Caine",
18788
18790
},
18789
18791
],
18792
+ "current": "30",
18790
18793
"currentPage": 1,
18791
18794
"id": "lane2",
18792
18795
"label": "Second Lane here",
18796
+ "target": "100",
18793
18797
"title": "Completed Tasks",
18794
18798
},
18795
18799
],
@@ -18808,6 +18812,7 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
18808
18812
label="First Lane here"
18809
18813
onClick={[Function]}
18810
18814
style={Object {}}
18815
+ target="100"
18811
18816
title="Planned Tasks"
18812
18817
>
18813
18818
<div>
@@ -18854,6 +18859,12 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
18854
18859
</button>
18855
18860
</div>
18856
18861
</header>
18862
+ <div>
18863
+ Percentage:
18864
+ 70
18865
+ /
18866
+ 100
18867
+ </div>
18857
18868
</div>
18858
18869
<div
18859
18870
className="c2"
@@ -18950,6 +18961,7 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
18950
18961
label="Second Lane here"
18951
18962
onClick={[Function]}
18952
18963
style={Object {}}
18964
+ target="100"
18953
18965
title="Completed Tasks"
18954
18966
>
18955
18967
<div>
@@ -18996,6 +19008,12 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
18996
19008
</button>
18997
19009
</div>
18998
19010
</header>
19011
+ <div>
19012
+ Percentage:
19013
+ 30
19014
+ /
19015
+ 100
19016
+ </div>
18999
19017
</div>
19000
19018
<div
19001
19019
className="c2"
@@ -19362,7 +19380,7 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
19362
19380
}
19363
19381
}
19364
19382
>
19365
- label
19383
+ current
19366
19384
</span>
19367
19385
</span>
19368
19386
:
@@ -19374,7 +19392,7 @@ exports[`Storyshots Custom Components LaneHeader 1`] = `
19374
19392
}
19375
19393
}
19376
19394
>
19377
- 'First Lane here '
19395
+ '70 '
19378
19396
</span>
19379
19397
,
19380
19398
<span>
You can’t perform that action at this time.
0 commit comments