teloscan icon indicating copy to clipboard operation
teloscan copied to clipboard

Refactor | we need to put repeated code in utils library

Open Viterbo opened this issue 10 months ago • 0 comments

Description

Two components currently use almost the same code to fetch the same data. We must put this code into a separate file and import it from there.

Components:

  • src/components/NftTransfersTable.vue
  • src/pages/TransactionPage.vue

Functions:

tryToExtractMethod()
loadTransaction()

Viterbo avatar Apr 05 '24 19:04 Viterbo