From 30ca49482ac78ba5267a5ddb7daf917fe9a5c27e Mon Sep 17 00:00:00 2001 From: Lucas Soriano del Pino Date: Wed, 15 May 2019 12:05:45 +0200 Subject: [PATCH] Add minTimestamp to Send Transaction Button story --- stories/Web3SendTransactionButton.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/stories/Web3SendTransactionButton.tsx b/stories/Web3SendTransactionButton.tsx index 0869363..f2e85d0 100644 --- a/stories/Web3SendTransactionButton.tsx +++ b/stories/Web3SendTransactionButton.tsx @@ -3,12 +3,17 @@ import React from "react"; import { Web3Provider } from "../src/components/Web3Context"; import Web3SendTransactionButton from "../src/components/Web3SendTransactionButton"; -storiesOf("Web3SendTransactionButton", module) - .add("send amount to address", () => ( +storiesOf("Web3SendTransactionButton", module).add( + "send amount to address", + () => ( - + - )); + ) +);