Skip to content

Commit f44f669

Browse files
Update index.tsx
1 parent 053b30e commit f44f669

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/HomePage/Community/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
5151
}, 20);
5252
};
5353

54-
useEffect(() => {
55-
console.log('worked')
54+
useEffect(() => {
5655
const list = generateList();
5756
list.forEach((item, index) => {
5857
handleDynamicChange(item.stat, index);

0 commit comments

Comments
 (0)