We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e8506 commit f86e07fCopy full SHA for f86e07f
src/components/parts/readMorePart/ReadMorePart.tsx
@@ -35,7 +35,6 @@ export const ReadMorePart = ({ config }: PartComponentProps<PartType.ReadMore>)
35
useEffect(() => {
36
if (window.location.toString().includes('expandall=true')) {
37
setIsOpen(true);
38
- return;
39
}
40
}, []);
41
0 commit comments