mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
clean up log
This commit is contained in:
@@ -233,8 +233,6 @@ export const ItemGrid = ({
|
||||
return [];
|
||||
}
|
||||
|
||||
console.log('data change');
|
||||
|
||||
return data
|
||||
.map((d, i) => {
|
||||
return {
|
||||
@@ -261,7 +259,7 @@ export const ItemGrid = ({
|
||||
height: '100%',
|
||||
opacity: 1,
|
||||
transition: {
|
||||
duration: 0.5,
|
||||
duration: 1,
|
||||
ease: 'backInOut',
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user