From 256c78816f992a6b1a8d02d7a481dcd807284bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Mon, 2 Sep 2019 11:21:56 +0200 Subject: [PATCH] Make send button disabled if not owner connected --- src/routes/safe/components/Layout.jsx | 27 +++++++++++++-------------- src/routes/safe/components/style.js | 1 - 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/src/routes/safe/components/Layout.jsx b/src/routes/safe/components/Layout.jsx index 5957e5fd..c4534d70 100644 --- a/src/routes/safe/components/Layout.jsx +++ b/src/routes/safe/components/Layout.jsx @@ -130,20 +130,19 @@ class Layout extends React.Component { - {granted && ( - - )} +