Skip to content

Commit

Permalink
fix: keep settings bubble visible even when consent has given already
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jan 18, 2025
1 parent 622ca41 commit 6d82eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/interface-default/src/interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export const Interface: React.FC<InterfaceProps> = ({
)}
{formVisible && <Backdrop styles={styles} />}
<div
hidden={!formVisible}
className={clsx(styles.pane, styles.slide)}
>
<section
Expand Down

0 comments on commit 6d82eed

Please sign in to comment.