mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix lint
This commit is contained in:
@@ -82,8 +82,8 @@ const SearchList = ({ searchQuery }: { searchQuery: string }) => {
|
||||
</p>
|
||||
{Array(6)
|
||||
.fill(0)
|
||||
.map(() => (
|
||||
<Block.Skeleton />
|
||||
.map((_, i) => (
|
||||
<Block.Skeleton key={i} />
|
||||
))}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user