Merge branch 'master' into ab-catchup-code-fetcher

pull/1370/head
Ayrat Badykov 6 years ago committed by GitHub
commit 7704132587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/block_scout_web/assets/js/lib/smart_contract/read_only_functions.js

@ -48,4 +48,6 @@ const readFunction = (element) => {
const container = $('[data-smart-contract-functions]') const container = $('[data-smart-contract-functions]')
loadFunctions(container) if (container.length) {
loadFunctions(container)
}

Loading…
Cancel
Save