Skip to content

Commit

Permalink
Merge pull request #506 from gobitfly/NOBIDS/FixVariableTypoInFrontend
Browse files Browse the repository at this point in the history
Fix VDBRewardesTableDuty
  • Loading branch information
D13ce authored Jun 20, 2024
2 parents ca8ca3d + cd5366b commit b19c72b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang="ts">
import type { VDBRewardesTableDuty } from '~/types/api/validator_dashboard'
import type { VDBRewardsTableDuty } from '~/types/api/validator_dashboard'
interface Props {
duty: VDBRewardesTableDuty;
duty: VDBRewardsTableDuty;
}
defineProps<Props>()
Expand Down

0 comments on commit b19c72b

Please sign in to comment.