mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix(user_dashboard.tsx): fix linting error
This commit is contained in:
parent
a9af63ead5
commit
3df2d75c53
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue