diff --git a/net/web/src/Logo/Logo.jsx b/net/web/src/Logo/Logo.jsx index 7eb3c920..5af711b5 100644 --- a/net/web/src/Logo/Logo.jsx +++ b/net/web/src/Logo/Logo.jsx @@ -3,9 +3,7 @@ import { UserOutlined } from '@ant-design/icons'; import { LogoWrapper } from './Logo.styled'; export function Logo({ imageSet, imageUrl }) { - if (imageUrl == null) { - return <> - } else if (!imageSet) { + if (!imageSet) { return (