diff --git a/src/components/TickerForm.tsx b/src/components/TickerForm.tsx index fad05b5c..2bf53c64 100644 --- a/src/components/TickerForm.tsx +++ b/src/components/TickerForm.tsx @@ -62,8 +62,8 @@ const TickerForm: FC = props => { facebook: ticker?.information.facebook, }, location: { - lat: ticker?.location.lat, - lon: ticker?.location.lon, + lat: ticker?.location.lat || 0, + lon: ticker?.location.lon || 0, }, }, })