Skip to content

Commit 6fe60fe

Browse files
fix(lapis-docs): fix condition when to show the "variant queries are not available" banner (#1186)
1 parent fe2dd2c commit 6fe60fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapis-docs/src/content/docs/concepts/variant-query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { OnlyIf } from '../../../components/OnlyIf.tsx';
77
import { hasFeature } from '../../../config.ts';
88

99
{/* prettier-ignore */}
10-
<OnlyIf condition={hasFeature('sarsCoV2VariantQuery')}>
10+
<OnlyIf condition={!hasFeature('sarsCoV2VariantQuery')}>
1111
:::note
1212
This feature is not enabled for this LAPIS instance.
1313
It must be enabled in the `features` section of the database configuration by the maintainer of the instance.

0 commit comments

Comments
 (0)