From eafdb02d5c28488dcab83e6794df37f75c7aa1b6 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 18 Dec 2017 18:49:56 +0000 Subject: [PATCH] Loading indicator: pass on props. --- src/widgets/LoadingIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/LoadingIndicator.tsx b/src/widgets/LoadingIndicator.tsx index 879bea9..79ea9d6 100644 --- a/src/widgets/LoadingIndicator.tsx +++ b/src/widgets/LoadingIndicator.tsx @@ -3,6 +3,6 @@ import CircularProgress from 'material-ui/CircularProgress'; export default (props: any) => { return ( - + ); };