mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-04 16:47:15 +00:00
fix: linter errors
This commit is contained in:
@@ -127,13 +127,13 @@ function MarketPageContent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
let response;
|
|
||||||
const { sortBy, sortOrder } = getCurrentSort();
|
const { sortBy, sortOrder } = getCurrentSort();
|
||||||
const filterValue =
|
const filterValue =
|
||||||
componentFilter === 'all' ? undefined : componentFilter;
|
componentFilter === 'all' ? undefined : componentFilter;
|
||||||
|
|
||||||
// Always use searchMarketplacePlugins to support component filtering
|
// Always use searchMarketplacePlugins to support component filtering
|
||||||
response = await getCloudServiceClientSync().searchMarketplacePlugins(
|
const response =
|
||||||
|
await getCloudServiceClientSync().searchMarketplacePlugins(
|
||||||
isSearch && searchQuery.trim() ? searchQuery.trim() : '',
|
isSearch && searchQuery.trim() ? searchQuery.trim() : '',
|
||||||
page,
|
page,
|
||||||
pageSize,
|
pageSize,
|
||||||
|
|||||||
Reference in New Issue
Block a user