File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- import { useEffect } from 'react' ;
1+ // import { useEffect } from 'react';
22import { useSelector } from 'react-redux' ;
33import { runSelectors } from '../../../redux/selectors' ;
44
Original file line number Diff line number Diff line change 1- import React , { useEffect } from 'react' ;
1+ import React from 'react' ;
22
33import { routePaths } from '../../../../routes/routePaths' ;
44import { translate } from './translate' ;
@@ -14,7 +14,7 @@ import { RunTime } from '../RunTime';
1414import { KeyValue , RunStatus } from './components' ;
1515// import { Results } from './Results';
1616// import { Tensorboard } from './Tensorboard';
17- import { formatMoney } from '../../../../utils/money ' ;
17+ import { formatMoney } from '../../../../utils' ;
1818import { truncate } from '../../../../utils' ;
1919
2020const getTabPages = ( {
@@ -94,7 +94,7 @@ export const RunDetail: React.FC = () => {
9494 tabBasePath = { routePaths . run . stack . base ( runId , stackId ) }
9595 breadcrumbs = { breadcrumbs }
9696 >
97- { /* <FlexBox marginTop="xxl" padding="lg" className={styles.box}>
97+ < FlexBox marginTop = "xxl" padding = "lg" className = { styles . box } >
9898 < KeyValue width = "10%" label = { translate ( 'box.runId.text' ) } >
9999 < Truncate maxLines = { 1 } >
100100 < Paragraph size = "small" >
@@ -146,7 +146,7 @@ export const RunDetail: React.FC = () => {
146146 </ Paragraph >
147147 </ Truncate >
148148 </ KeyValue >
149- </FlexBox> */ }
149+ </ FlexBox >
150150 </ BasePage >
151151 ) ;
152152} ;
You can’t perform that action at this time.
0 commit comments