+
+
+
+
+
+
+
+
+ );
+}
+
export default function SmokeHarness({ panel }: { panel: SmokePanel }) {
const [autoSyncEmails, setAutoSyncEmails] = useState(fixtureEmails);
const runAutoSyncCheck = useCallback(async () => {
@@ -316,6 +360,8 @@ export default function SmokeHarness({ panel }: { panel: SmokePanel }) {
/>
)}
+ {panel === "mailbox-move" &&