aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src/components/CartStatus.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-09-11 23:31:57 +0100
committerGravatar Joe Banks <[email protected]>2024-09-11 23:31:57 +0100
commit1b5a4f517f554eecc2a7b1a320bac2f141a513e3 (patch)
tree902f2dcffcf5b533bf7aece46e3a4c1de8addd1f /thallium-frontend/src/components/CartStatus.tsx
parentAllow 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.tsx2
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;