Remove unused FlashStep.props.isWebviewShowing

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-08-25 23:30:31 +02:00
parent a485d2b4df
commit c9bfd350ed
2 changed files with 0 additions and 2 deletions

View File

@ -146,7 +146,6 @@ interface FlashStepProps {
goToSuccess: () => void;
source: SourceOptions;
isFlashing: boolean;
isWebviewShowing: boolean;
style?: React.CSSProperties;
// TODO: factorize
step: 'decompressing' | 'flashing' | 'verifying';

View File

@ -325,7 +325,6 @@ export class MainPage extends React.Component<
shouldFlashStepBeDisabled={shouldFlashStepBeDisabled}
source={this.state.source}
isFlashing={this.state.isFlashing}
isWebviewShowing={this.state.isWebviewShowing}
step={state.type}
percentage={state.percentage}
position={state.position}