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
commit4b1d10f3bae1f1c80ecf74993f18f318c7b22b7f (patch)
tree14fea811fe4778e38aadacb6289a7b33a10e0829 /extension/react-app/src/components/PillButton.tsx
parent7336c1cec7475f3b17d1860f11461e2f23a24049 (diff)
downloadsncontinue-4b1d10f3bae1f1c80ecf74993f18f318c7b22b7f.tar.gz
sncontinue-4b1d10f3bae1f1c80ecf74993f18f318c7b22b7f.tar.bz2
sncontinue-4b1d10f3bae1f1c80ecf74993f18f318c7b22b7f.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);