From 22a031a3f1b1a66a244bb3ddc9d6cd03418ce214 Mon Sep 17 00:00:00 2001 From: David Sevilla Martin Date: Wed, 11 Mar 2020 18:41:26 -0400 Subject: [PATCH] common: fix Button not showing loading spinner --- js/src/common/components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/common/components/Button.tsx b/js/src/common/components/Button.tsx index 6f03242c4..a8acf69ff 100644 --- a/js/src/common/components/Button.tsx +++ b/js/src/common/components/Button.tsx @@ -57,7 +57,7 @@ export default class Button extends Compone delete attrs.onclick; } - return ; + return ; } /**