mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
clean up log
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user