mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
ProgressButton is a PureComponent
Change-type: patch
This commit is contained in:
parent
b71482284f
commit
f9cbff1eec
@ -55,7 +55,7 @@ const colors = {
|
||||
verifying: '#1ac135',
|
||||
} as const;
|
||||
|
||||
export class ProgressButton extends React.Component<ProgressButtonProps> {
|
||||
export class ProgressButton extends React.PureComponent<ProgressButtonProps> {
|
||||
public render() {
|
||||
if (this.props.active) {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user