Merge branch 'release/1.13.0'
This commit is contained in:
@@ -25,7 +25,7 @@ export const MonthCard:FC<MonthCardProps> = ({ yearMonth, children, monthlyExpen
|
||||
useEffect(() => {
|
||||
if(expanded && elRef.current) {
|
||||
// if the element i selected > scroll it into view
|
||||
elRef.current.scrollIntoView({ behavior: 'smooth', block: 'center' });
|
||||
elRef.current.scrollIntoView({ behavior: 'smooth', block: 'start' });
|
||||
}
|
||||
}, [expanded]);
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ networks:
|
||||
|
||||
services:
|
||||
web-app:
|
||||
image: utility-bills-tracker:1.12.0
|
||||
image: utility-bills-tracker:1.13.0
|
||||
networks:
|
||||
- traefik-network
|
||||
- mongo-network
|
||||
|
||||
Reference in New Issue
Block a user