From f34476fc992b23763872a4ad0141b0dc34f8ce40 Mon Sep 17 00:00:00 2001 From: Manuel Calavera Date: Fri, 4 Oct 2019 09:15:34 -0700 Subject: [PATCH] fix: hide static timestamp until we decide actual format --- src/v2/components/Validators/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/components/Validators/index.jsx b/src/v2/components/Validators/index.jsx index ebce1739..7171577a 100644 --- a/src/v2/components/Validators/index.jsx +++ b/src/v2/components/Validators/index.jsx @@ -83,7 +83,7 @@ const Validators = () => { changes={() => (
{changes &&
{changes}%
} -
{period}
+ {/*
{period}
*/}
)} {...props}