Skip to content
Snippets Groups Projects

Handle block hash case

Merged Jakub Lachór requested to merge jlachor/search-hash into develop
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -24,6 +24,9 @@ const getResultTypeHeader = (result: Hive.InputTypeResponse) => {
case "transaction_hash":
return "transaction";
case "block_hash":
return "block";
default:
return "account";
}
Loading