Skip to content

Commit cf87975

Browse files
committed
Add placeholder
1 parent 19bba43 commit cf87975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-vite/src/app/inputs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
interface PanelInputsProps {
2-
area: any;
2+
area: number;
33
}
44

55
export function PanelInputs(props: PanelInputsProps) {
@@ -11,7 +11,7 @@ export function PanelInputs(props: PanelInputsProps) {
1111
<h3>Area of Interest (AOI)</h3>
1212
<small>Zoom and pan the map to set the AOI for stats </small>
1313
<p>
14-
Currently selected: <strong>{area} km&sup2;</strong>
14+
Currently selected: <strong>{area || "-"} km&sup2;</strong>
1515
</p>
1616
</section>
1717
<section>

0 commit comments

Comments
 (0)