Skip to content

Commit

Permalink
removed unneeded ldarkly flag check (#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <kialj876@gmail.com>
  • Loading branch information
kialj876 authored Jan 25, 2024
1 parent e299f54 commit 7100ca2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions search-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,6 @@ onMounted(async () => {
type: ErrorCodes.AUTH_PRODUCTS_ERROR
})
}
if (!isJestRunning.value && !getFeatureFlag('ui-enabled')) {
handleError({
category: ErrorCategories.ACCOUNT_ACCESS,
message: 'This account does not have access to Business Search',
statusCode: StatusCodes.UNAUTHORIZED,
type: null
})
}
appReady.value = true
console.info('App ready.')
}
Expand Down

0 comments on commit 7100ca2

Please sign in to comment.