Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed Oct 24, 2024
1 parent bb42c30 commit 81b97de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dho/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default {
update: data => {
return data.getDao.badge?.map(badge => {
return {
title: badge.details_title_sbadge.details_title_s ?? badge.system_nodeLabel_s,
title: badge.details_title_s ?? badge.system_nodeLabel_s,
description: badge.details_description_s,
icon: badge.details_icon_s,
docId: badge.docId,
Expand Down

0 comments on commit 81b97de

Please sign in to comment.