Skip to content

Commit d3013d0

Browse files
committed
🐛 Remove extra array layering
1 parent 631bc6f commit d3013d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/searchQueryBuilder/askSeer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export function AskSeer<T>({state}: {state: ComboBoxState<T>}) {
156156

157157
const isPendingSetupCheck =
158158
useIsFetching({
159-
queryKey: [makeOrganizationSeerSetupQueryKey(organization.slug)],
159+
queryKey: makeOrganizationSeerSetupQueryKey(organization.slug),
160160
}) > 0;
161161

162162
if (isPendingSetupCheck || isMutating) {

0 commit comments

Comments
 (0)