mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +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
|
// Clear token cookies using the utility function
|
||||||
gotoLogin();
|
gotoLogin();
|
||||||
|
return null;
|
||||||
} else {
|
} else {
|
||||||
// Check if token is expired
|
// Check if token is expired
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue