We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ea1d2 commit e258661Copy full SHA for e258661
1 file changed
src/components/map-projects/MapProject.jsx
@@ -238,7 +238,7 @@ const MapProject = () => {
238
const inAIAssistantGroup = Boolean(hasAuthGroup(user, 'mapper_ai_assistant') && AI_ASSISTANT_API_URL)
239
const CANDIDATES_LIMIT = reranker ? 30 : 10
240
const canBridge = bridgeRef?.current?.canBridge()
241
- const canScispacy = Boolean(canBridge && SCISPACY_API_URL && window.SCISPACY_LOINC_TOGGLE === true)
+ const canScispacy = Boolean(canBridge && SCISPACY_API_URL && toggles.SCISPACY_LOINC_TOGGLE === true)
242
243
244
// algos - computed based on current language
0 commit comments