Skip to content

Commit

Permalink
missed one reference while renaming method
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jun 7, 2024
1 parent 2ea94f0 commit eac923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/TrustDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{ t('common.loading') }}
</div>
<div v-else>
<FetchError :error="onFetchError" :retry="loadTrust"/>
<FetchError :error="onFetchError" :retry="fetchData"/>
</div>
</div>
<Popover v-else-if="state === State.ShowTrust" as="div" class="relative inline-block text-left">
Expand Down

0 comments on commit eac923b

Please sign in to comment.