Skip to content

Commit 5faa664

Browse files
committed
🐛 Remove extra array layering
1 parent e34be63 commit 5faa664

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
@@ -151,7 +151,7 @@ export function AskSeer<T>({state}: {state: ComboBoxState<T>}) {
151151

152152
const isPendingSetupCheck =
153153
useIsFetching({
154-
queryKey: [makeOrganizationSeerSetupQueryKey(organization.slug)],
154+
queryKey: makeOrganizationSeerSetupQueryKey(organization.slug),
155155
}) > 0;
156156

157157
if (isPendingSetupCheck || isMutating) {

0 commit comments

Comments
 (0)