From f9cbff1eec963b8dbf98d4016964a73f072e2e5a Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 14 May 2020 14:29:47 +0200 Subject: [PATCH] ProgressButton is a PureComponent Change-type: patch --- lib/gui/app/components/progress-button/progress-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui/app/components/progress-button/progress-button.tsx b/lib/gui/app/components/progress-button/progress-button.tsx index 77eae911..97d9d2a2 100644 --- a/lib/gui/app/components/progress-button/progress-button.tsx +++ b/lib/gui/app/components/progress-button/progress-button.tsx @@ -55,7 +55,7 @@ const colors = { verifying: '#1ac135', } as const; -export class ProgressButton extends React.Component { +export class ProgressButton extends React.PureComponent { public render() { if (this.props.active) { return (