Skip to content

Commit

Permalink
fix(ui/component-drawer): set link to exact (#7668)
Browse files Browse the repository at this point in the history
  • Loading branch information
luvkapur committed Aug 21, 2023
1 parent 07ff05d commit 6f9522f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export function ComponentView(props: ComponentViewProps<PayloadType>) {
className={classNames(indentClass, styles.component, viewingMainCompOnLane && styles.mainOnly)}
activeClassName={styles.active}
onClick={handleClick}
exact={true}
>
<div className={styles.left}>
<Tooltip className={styles.componentEnvTooltip} placement="right" content={envTooltip}>
Expand Down

0 comments on commit 6f9522f

Please sign in to comment.