diff --git a/frontend/src/components/products/ProductPage.tsx b/frontend/src/components/products/ProductPage.tsx index 62f384e7..01a9474c 100644 --- a/frontend/src/components/products/ProductPage.tsx +++ b/frontend/src/components/products/ProductPage.tsx @@ -1065,7 +1065,7 @@ const ProductPage: React.FC = ({ {shouldShowCheckout && isFixed && ( -
+

{formatPrice(currentPrice)} diff --git a/frontend/src/hooks/useAlertQueue.tsx b/frontend/src/hooks/useAlertQueue.tsx index b4d5875d..1f5cb8e3 100644 --- a/frontend/src/hooks/useAlertQueue.tsx +++ b/frontend/src/hooks/useAlertQueue.tsx @@ -123,7 +123,7 @@ export const AlertQueue = (props: AlertQueueProps) => { <> {children} {/* Render the alerts coming up from the bottom-left corner. */} -

+
{Array.from(alerts).map(([alertId, [alert, kind]]) => { return (