this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove console.logs

-2
-2
src/components/ScheduledAtField.jsx
··· 19 19 .toISOString() 20 20 .slice(0, 16); 21 21 setMinStr(str); 22 - console.log('MIN', min); 23 22 } 24 23 updateMinStr(); 25 24 ··· 29 28 .toISOString() 30 29 .slice(0, 16); 31 30 setMaxStr(str); 32 - console.log('MAX', max); 33 31 } 34 32 updateMaxStr(); 35 33