fix(user_dashboard.tsx): fix linting error

This commit is contained in:
Krrish Dholakia 2025-04-23 16:29:06 -07:00
parent a9af63ead5
commit 3df2d75c53

View file

@ -338,6 +338,7 @@ const UserDashboard: React.FC<UserDashboardProps> = ({
// Clear token cookies using the utility function
gotoLogin();
return null;
} else {
// Check if token is expired
try {