File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ const ManageSign = () => {
28
28
fetchUserSign ( ) ;
29
29
// eslint-disable-next-line
30
30
} , [ ] ) ;
31
- // cWT92Z2ycy
32
31
const fetchUserSign = async ( ) => {
33
32
const User = Parse . User . current ( ) ;
34
33
if ( User ) {
@@ -122,7 +121,6 @@ const ManageSign = () => {
122
121
file = base64StringtoFile ( image , `${ replaceSpace } __sign.png` ) ;
123
122
}
124
123
}
125
- // console.log("isUrl ", isUrl);
126
124
let imgUrl ;
127
125
if ( ! isUrl ) {
128
126
imgUrl = await uploadFile ( file ) ;
@@ -379,7 +377,6 @@ const ManageSign = () => {
379
377
style = { {
380
378
position : "relative" ,
381
379
border : "2px solid #888"
382
- // marginBottom: 6
383
380
} }
384
381
className = "signatureCanvas"
385
382
>
@@ -414,7 +411,6 @@ const ManageSign = () => {
414
411
display : "flex" ,
415
412
flexDirection : "row" ,
416
413
justifyContent : "space-between"
417
- // width: 460,
418
414
} }
419
415
className = "penContainerDefault"
420
416
>
@@ -493,7 +489,6 @@ const ManageSign = () => {
493
489
style = { {
494
490
position : "relative" ,
495
491
border : "2px solid #888"
496
- // marginBottom: 6
497
492
} }
498
493
className = "intialSignature"
499
494
>
You can’t perform that action at this time.
0 commit comments