Skip to content

Commit

Permalink
fix: Correct rendering of inbox count in dashboard layout for improve…
Browse files Browse the repository at this point in the history
…d display clarity
  • Loading branch information
bramses committed Oct 23, 2024
1 parent d8d7541 commit 882c7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(auth)/dashboard/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function DashboardLayout(props: { children: React.ReactNode }) {
{t('inbox_link')}
</Link>
<span>
{' '}({inboxCount.data.count})
` ({inboxCount.data.count})`
</span>
</li>
<li>
Expand Down

0 comments on commit 882c7e7

Please sign in to comment.