diff options
| author | 2024-09-11 23:31:57 +0100 | |
|---|---|---|
| committer | 2024-09-11 23:31:57 +0100 | |
| commit | 1b5a4f517f554eecc2a7b1a320bac2f141a513e3 (patch) | |
| tree | 902f2dcffcf5b533bf7aece46e3a4c1de8addd1f /thallium-frontend/src/components/CartStatus.tsx | |
| parent | Allow for seeding useVisible with preferred default (diff) | |
Correct dependencies of useMemo and useEffect in useVisible
Diffstat (limited to 'thallium-frontend/src/components/CartStatus.tsx')
| -rw-r--r-- | thallium-frontend/src/components/CartStatus.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/components/CartStatus.tsx b/thallium-frontend/src/components/CartStatus.tsx index d65697a..cdb35f3 100644 --- a/thallium-frontend/src/components/CartStatus.tsx +++ b/thallium-frontend/src/components/CartStatus.tsx @@ -22,7 +22,7 @@ transition: all 0.25s; ${Card} { box-shadow: none; } -` +`; const FloatingButton = styled(Button) <{ $visible: boolean }>` position: fixed; |