Skip to content

Commit

Permalink
fix: data source error
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jan 8, 2024
1 parent 70c6079 commit 9e53302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/dashboard/home/DataStat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const DataStat = () => {

{
label: '未读评论',
value: stat.allComments,
value: stat.unreadComments,
icon: <i className="icon-[mingcute--comment-line]" />,
actions: [
{
Expand Down

1 comment on commit 9e53302

@vercel
Copy link

@vercel vercel bot commented on 9e53302 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
innei.in
shiro-innei.vercel.app
springtide.vercel.app

Please sign in to comment.