fix(style): my models card
This commit is contained in:
@@ -119,7 +119,7 @@ const UserModels: React.FC = () => {
|
||||
<CardList
|
||||
dataList={dataSource.dataList}
|
||||
loading={dataSource.loading}
|
||||
activeId={-1}
|
||||
activeId={false}
|
||||
isFirst={!dataSource.loadend}
|
||||
Skeleton={CardSkeleton}
|
||||
renderItem={renderCard}
|
||||
|
||||
Reference in New Issue
Block a user