mirror of
https://github.com/langgenius/dify.git
synced 2026-04-19 18:27:27 +08:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -8,9 +8,6 @@ const Splash: FC<PropsWithChildren> = () => {
|
||||
const { isLoading, data: loginData } = useIsLogin()
|
||||
const isLoggedIn = loginData?.logged_in
|
||||
|
||||
if (isLoading || !isLoggedIn)
|
||||
return null
|
||||
|
||||
return null
|
||||
}
|
||||
export default React.memo(Splash)
|
||||
|
||||
Reference in New Issue
Block a user