mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 10:16:32 +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',
|
verifying: '#1ac135',
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export class ProgressButton extends React.Component<ProgressButtonProps> {
|
export class ProgressButton extends React.PureComponent<ProgressButtonProps> {
|
||||||
public render() {
|
public render() {
|
||||||
if (this.props.active) {
|
if (this.props.active) {
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user