diff --git a/frontend/react/src/constants/constants.ts b/frontend/react/src/constants/constants.ts
index cce7171a..7e6675c8 100644
--- a/frontend/react/src/constants/constants.ts
+++ b/frontend/react/src/constants/constants.ts
@@ -402,7 +402,7 @@ export const MAP_OPTIONS_DEFAULTS: MapOptions = {
hideUnitsShortRangeRings: true,
showUnitContacts: true,
showUnitPaths: true,
- showUnitTargets: false,
+ showUnitTargets: true,
showUnitLabels: true,
showUnitsEngagementRings: true,
showUnitsAcquisitionRings: true,
diff --git a/frontend/react/src/ui/panels/optionsmenu.tsx b/frontend/react/src/ui/panels/optionsmenu.tsx
index f33f11ab..fdc732f1 100644
--- a/frontend/react/src/ui/panels/optionsmenu.tsx
+++ b/frontend/react/src/ui/panels/optionsmenu.tsx
@@ -155,6 +155,17 @@ export function OptionsMenu(props: { open: boolean; onClose: () => void; childre