diff --git a/src/app/ui/header/headerPanel.tsx b/src/app/ui/header/headerPanel.tsx index aa6702b..6e0e675 100644 --- a/src/app/ui/header/headerPanel.tsx +++ b/src/app/ui/header/headerPanel.tsx @@ -36,7 +36,7 @@ export default function HeaderPanel() {
{/* */} - {tokens && ( + {typeof tokens === 'number' && (