Skip to content

Commit 6970ef6

Browse files
committed
removing comments
1 parent 83fd060 commit 6970ef6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/CalendarBody.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,7 @@ function Calendar<T extends GenericEvent>({
111111
},
112112
};
113113
}}
114-
// scroll={{
115-
// y: screens.xs ? 300 : 1000,
116-
// x: 'max-content',
117-
// }}
114+
118115
/>
119116
</div>
120117
);

0 commit comments

Comments
 (0)