Merge branch 'release/1.13.0'
This commit is contained in:
@@ -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]);
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user