File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/components/simulation Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2626
2727 - name : Run tests
2828 run : npm run test
29+
30+ - name : Build step
31+ run : npm run build:chrome
Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ import {
55 SimulationStateChange ,
66 SimulationWarningType ,
77} from '../../models/simulation/Transaction' ;
8- import { ChangeTypeSection } from './simulationSubComponents/ChangeTypeSection' ;
9- import { NoTransactionChanges } from './simulationSubComponents/NoTransactionChanges' ;
10- import { SimulationLoading } from './simulationSubComponents/SimulationLoading' ;
11- import styles from './simulation.module.css' ;
8+ import { ChangeTypeSection } from './SimulationSubComponents/ChangeTypeSection' ;
9+ import { NoTransactionChanges } from './SimulationSubComponents/NoTransactionChanges' ;
10+ import { SimulationLoading } from './SimulationSubComponents/SimulationLoading' ;
1211
1312export const TransactionContent = ( { storedSimulation } : { storedSimulation : StoredSimulation } ) => {
1413 if ( storedSimulation . state === StoredSimulationState . Simulating ) {
You can’t perform that action at this time.
0 commit comments