Skip to content

Commit

Permalink
rename bandwidth 2 data_transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Paterick committed Oct 16, 2023
1 parent a43540d commit b3f3c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/HAppCardUsage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const items = computed(() => {
// isDisabled: true
// },
{
value: presentBytes(props.happ.usage?.bandwidth),
value: presentBytes(props.happ.usage?.data_transfer),
unit: t('$.data_transfer'),
isDisabled: false
}
Expand Down
2 changes: 1 addition & 1 deletion src/stories/mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export const hAppMock = {
isPaused: false,
enabled: true,
sourceChains: 0,
usage: { bandwidth: 0, cpu: 0 },
usage: { data_transfer: 0, cpu: 0 },
storage: 0
}

Expand Down

0 comments on commit b3f3c1d

Please sign in to comment.