Skip to content

Commit

Permalink
fix(breadcrumb): close logs with escape
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBonnet committed Dec 14, 2022
1 parent 0968851 commit 046d9b2
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -166,9 +166,7 @@ export function BreadcrumbMemo(props: BreadcrumbProps) {
</div>
)

const linkToCloseLogs = locationIsApplicationLogs
? `${APPLICATION_URL(organizationId, projectId, environmentId, applicationId)}${APPLICATION_GENERAL_URL}`
: SERVICES_URL(organizationId, projectId, environmentId)
const linkToCloseLogs = SERVICES_URL(organizationId, projectId, environmentId)

useEffect(() => {
const bindTouch = (event: KeyboardEvent) => {
Expand Down

0 comments on commit 046d9b2

Please sign in to comment.