From af990256b53cada60ffa8ef88f457af9f2b7a7cf Mon Sep 17 00:00:00 2001 From: shanejonas Date: Wed, 26 Feb 2020 13:03:32 -0800 Subject: [PATCH] fix: showing blocks on dashboard with low block numbers fixes #267 --- src/containers/Dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/Dashboard.tsx b/src/containers/Dashboard.tsx index 6eef3aaf..054ce164 100644 --- a/src/containers/Dashboard.tsx +++ b/src/containers/Dashboard.tsx @@ -140,9 +140,9 @@ export default (props: any) => { { props.history.push(`/blocks/${blockNumber - 15}`); }}