From 3508157f0f5c7e3f2c88e771a800db193f522b30 Mon Sep 17 00:00:00 2001 From: Evo Stamatov Date: Wed, 11 May 2022 20:36:08 +1000 Subject: [PATCH] fix: address requested changes - rename hashedText to hashText since it's a function and no longer a variable - rename to list to algoNames - rename to type to AlgoName removed unused import --- src/tools/hash-text/hash-text.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tools/hash-text/hash-text.vue b/src/tools/hash-text/hash-text.vue index 2b44b54d..da6fc9e5 100644 --- a/src/tools/hash-text/hash-text.vue +++ b/src/tools/hash-text/hash-text.vue @@ -5,10 +5,10 @@ -
+
{{ algo }} - +
@@ -17,7 +17,7 @@