clean up log

This commit is contained in:
jeffvli
2025-09-29 00:34:37 -07:00
parent 6a48bcf236
commit 76033e7ab6
@@ -233,8 +233,6 @@ export const ItemGrid = ({
return []; return [];
} }
console.log('data change');
return data return data
.map((d, i) => { .map((d, i) => {
return { return {
@@ -261,7 +259,7 @@ export const ItemGrid = ({
height: '100%', height: '100%',
opacity: 1, opacity: 1,
transition: { transition: {
duration: 0.5, duration: 1,
ease: 'backInOut', ease: 'backInOut',
}, },
}} }}