diff --git a/app/src/organisms/ProtocolSetupModulesAndDeck/index.tsx b/app/src/organisms/ProtocolSetupModulesAndDeck/index.tsx
index 60f8f4be6f9..f867358a5f1 100644
--- a/app/src/organisms/ProtocolSetupModulesAndDeck/index.tsx
+++ b/app/src/organisms/ProtocolSetupModulesAndDeck/index.tsx
@@ -6,8 +6,9 @@ import {
COLORS,
DIRECTION_COLUMN,
Flex,
- SPACING,
+ JUSTIFY_CENTER,
LegacyStyledText,
+ SPACING,
TYPOGRAPHY,
} from '@opentrons/components'
import {
@@ -136,11 +137,13 @@ export function ProtocolSetupModulesAndDeck({
marginBottom={SPACING.spacing80}
>
{showMapView ? (
-
+
+
+
) : (
<>
{isModuleMismatch && !clearModuleMismatchBanner ? (