File tree Expand file tree Collapse file tree 3 files changed +23
-23
lines changed Expand file tree Collapse file tree 3 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
- PUBLIC_URL = .
1
+ PUBLIC_URL = .
2
+ PORT = 3002
Original file line number Diff line number Diff line change 39
39
"web-vitals" : " ^2.1.2"
40
40
},
41
41
"scripts" : {
42
- "start" : " PORT=3002 react-scripts start" ,
42
+ "start" : " react-scripts start" ,
43
43
"build" : " react-scripts build" ,
44
44
"test" : " react-scripts test" ,
45
45
"eject" : " react-scripts eject" ,
46
- "format" : " prettier --write --config ./prettierrc.json ' src/**/*.{ts,tsx}' " ,
47
- "format-check" : " prettier --check --config ./prettierrc.json ' src/**/*.{ts,tsx}' "
46
+ "format" : " prettier --write --config ./prettierrc.json src/**/*.{ts,tsx}" ,
47
+ "format-check" : " prettier --check --config ./prettierrc.json src/**/*.{ts,tsx}"
48
48
},
49
49
"eslintConfig" : {
50
50
"extends" : [
Original file line number Diff line number Diff line change @@ -319,31 +319,31 @@ export default function Vis() {
319
319
</ Card >
320
320
</ Fade >
321
321
</ Box >
322
-
322
+
323
323
< Box
324
- // new box
325
- component = 'main'
326
- sx = { {
327
- backgroundColor : 'transparent' ,
328
- overflow : 'none' ,
329
- position : 'absolute' ,
330
- right : '8px' ,
331
- bottom :
332
- 20 +
333
- ( displayValue ( displayOptions , 'displayGraph' )
334
- ? chartHeight + 10
335
- : 0 ) ,
336
- zIndex : '4' ,
337
- } } >
324
+ // new box
325
+ component = 'main'
326
+ sx = { {
327
+ backgroundColor : 'transparent' ,
328
+ overflow : 'none' ,
329
+ position : 'absolute' ,
330
+ right : '8px' ,
331
+ bottom :
332
+ 20 +
333
+ ( displayValue ( displayOptions , 'displayGraph' )
334
+ ? chartHeight + 10
335
+ : 0 ) ,
336
+ zIndex : '4' ,
337
+ } }
338
+ >
338
339
< IconButton
339
340
onClick = { ( ) => {
340
341
setDisplayOptions (
341
342
solveDisplayOptions ( displayOptions , 'displayGraph' , true ) ,
342
343
) ;
343
344
} }
344
345
>
345
- < Visibility >
346
- </ Visibility >
346
+ < Visibility > </ Visibility >
347
347
</ IconButton >
348
348
</ Box >
349
349
< Box
@@ -357,7 +357,7 @@ export default function Vis() {
357
357
20 +
358
358
( displayValue ( displayOptions , 'displayGraph' )
359
359
? chartHeight + 10
360
- : + 50 ) ,
360
+ : + 50 ) ,
361
361
zIndex : '5' ,
362
362
} }
363
363
>
@@ -377,7 +377,6 @@ export default function Vis() {
377
377
</ Typography >
378
378
</ Card >
379
379
</ Fade >
380
-
381
380
</ Box >
382
381
</ ThemeProvider >
383
382
) ;
You can’t perform that action at this time.
0 commit comments