From 15f85fadca8f618da5264f96c485b44cbb7240cc Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Thu, 19 Mar 2020 00:13:14 -0400 Subject: [PATCH] typo --- views/mining-summary.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/mining-summary.pug b/views/mining-summary.pug index 25c46a6..7e3bb92 100644 --- a/views/mining-summary.pug +++ b/views/mining-summary.pug @@ -177,7 +177,7 @@ block endOfBody parent.remove(totalsRow); parent.append(totalsRow); - totalsRow.show();+ + totalsRow.show(); $("#summary-table").show(); $("#progress-wrapper").hide();