summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/PillButton.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-04 13:43:09 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-04 13:43:09 -0700
commit67e70b868f63e20c2b0cae875993e267a5c32d5e (patch)
tree9a2d3f32029010d4c4f6a486aa1d9c508ee4bc1a /extension/react-app/src/components/PillButton.tsx
parent6d535c02e50bcf0ff80b5c615e4afb01bb36b631 (diff)
downloadsncontinue-67e70b868f63e20c2b0cae875993e267a5c32d5e.tar.gz
sncontinue-67e70b868f63e20c2b0cae875993e267a5c32d5e.tar.bz2
sncontinue-67e70b868f63e20c2b0cae875993e267a5c32d5e.zip
many fixes
Diffstat (limited to 'extension/react-app/src/components/PillButton.tsx')
-rw-r--r--extension/react-app/src/components/PillButton.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/extension/react-app/src/components/PillButton.tsx b/extension/react-app/src/components/PillButton.tsx
index 55fe1ac6..2352c3ad 100644
--- a/extension/react-app/src/components/PillButton.tsx
+++ b/extension/react-app/src/components/PillButton.tsx
@@ -50,7 +50,6 @@ const PillButton = (props: PillButtonProps) => {
borderRight: "1px solid black",
paddingRight: "4px",
}}
- hidden={!isHovered}
onClick={() => {
props.onDelete?.();
props.onHover?.(false);