Skip to content

Commit

Permalink
style(ui): add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Nov 24, 2024
1 parent 86c4c90 commit 0821f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/structure/userField/common/OverviewView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ userApi
usedSpace.value = userVO.totalImageSize!;
usableSpace.value = userVO.allSize! - userVO.totalImageSize;
} else {
toast.add({ severity: "warn", summary: t("userOverviewView.userOverviewFetchStatisticsFailedTitle"), detail: resp.message })
toast.add({ severity: "warn", summary: t("userOverviewView.userOverviewFetchStatisticsFailedTitle"), detail: resp.message });
}
})
.catch((error) => {
Expand Down

0 comments on commit 0821f9e

Please sign in to comment.