Skip to content

Commit

Permalink
Merge branch 'dev' into symbolgh-928-address-resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw authored Oct 20, 2021
2 parents 0f0bdee + cab1bcf commit 8518153
Show file tree
Hide file tree
Showing 66 changed files with 15 additions and 3,547 deletions.
73 changes: 0 additions & 73 deletions src/components/fields/RewardPrograms.vue

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/tables/TableListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<TransactionType v-else-if="isTransactionType(itemKey)" :value="item" />
<BlockHeightWithFinalizedStatusField v-else-if="isBlockHeightWithFinalizedStatus(itemKey)" :value="item" />
<RestrictionField v-else-if="itemKey === 'restrictions'" :value="item" />
<RewardPrograms v-else-if="itemKey === 'rewardPrograms'" :value="item" />
<ChainInfo v-else-if="itemKey === 'chainInfo'" :value="item" />
<ExtendGraphicValueField v-else-if="itemKey === 'extendGraphicValue'" :value="item" :transactionType="row['transactionType']"/>
<DateField v-else-if="itemKey === 'timestamp'" :timestamp="item" />
Expand Down Expand Up @@ -106,7 +105,6 @@ import RestrictionField from '@/components/fields/RestrictionField.vue';
import Loading from '@/components/Loading.vue';
import BlockHeightWithFinalizedStatusField from '@/components/fields/BlockHeightWithFinalizedStatusField.vue';
import ExtendGraphicValueField from '@/components/fields/ExtendGraphicValueField.vue';
import RewardPrograms from '@/components/fields/RewardPrograms';
import ChainInfo from '@/components/fields/ChainInfo';
import DateField from '@/components/fields/DateField.vue';
import SoftwareVersion from '@/components/fields/SoftwareVersion.vue';
Expand All @@ -125,7 +123,6 @@ export default {
BlockHeightWithFinalizedStatusField,
RestrictionField,
ExtendGraphicValueField,
RewardPrograms,
ChainInfo,
Loading,
DateField,
Expand Down
Loading

0 comments on commit 8518153

Please sign in to comment.