logo
parent
54b67686a3
commit
f5617c96d0
|
@ -30,7 +30,8 @@ export function Loading() {
|
|||
>
|
||||
<ZeitAdler
|
||||
style={{
|
||||
width: 280,
|
||||
width: 320,
|
||||
height: 90,
|
||||
}}
|
||||
/>
|
||||
|
||||
|
|
|
@ -196,12 +196,7 @@ function Service({
|
|||
const expandIcon = ({ isActive }) => {
|
||||
if (isRequestingActivities) return <Spin size="small" />;
|
||||
|
||||
return (
|
||||
<CaretRightOutlined
|
||||
rotate={isActive ? 90 : 0}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
/>
|
||||
);
|
||||
return <CaretRightOutlined rotate={isActive ? 90 : 0} />;
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue