Merge branch 'release/1.13.0'

This commit is contained in:
2024-02-09 10:43:40 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export const MonthCard:FC<MonthCardProps> = ({ yearMonth, children, monthlyExpen
useEffect(() => { useEffect(() => {
if(expanded && elRef.current) { if(expanded && elRef.current) {
// if the element i selected > scroll it into view // if the element i selected > scroll it into view
elRef.current.scrollIntoView({ behavior: 'smooth', block: 'center' }); elRef.current.scrollIntoView({ behavior: 'smooth', block: 'start' });
} }
}, [expanded]); }, [expanded]);

View File

@@ -9,7 +9,7 @@ networks:
services: services:
web-app: web-app:
image: utility-bills-tracker:1.12.0 image: utility-bills-tracker:1.13.0
networks: networks:
- traefik-network - traefik-network
- mongo-network - mongo-network