From 581c3c0e6cfeb1a4c7dfd2548598dee46ad83d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 31 Aug 2026 19:25:51 +0200 Subject: [PATCH] chore: cleanup --- components/control/ButtplugConsole.tsx | 2 +- components/sessions/ReplayPlayer.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/control/ButtplugConsole.tsx b/components/control/ButtplugConsole.tsx index 4d979b5..2edc212 100644 --- a/components/control/ButtplugConsole.tsx +++ b/components/control/ButtplugConsole.tsx @@ -241,7 +241,7 @@ export function ButtplugConsole() { {Object.keys(devices).length === 0 ? ( - + No devices connected yet. Scan to discover nearby toys, then select one from your browser's pairing prompt. diff --git a/components/sessions/ReplayPlayer.tsx b/components/sessions/ReplayPlayer.tsx index d1cc0cf..dd8d5db 100644 --- a/components/sessions/ReplayPlayer.tsx +++ b/components/sessions/ReplayPlayer.tsx @@ -164,7 +164,7 @@ export function ReplayPlayer({ sessionId }: { sessionId: number }) { {connectedDevices.length === 0 && ( - + No devices connected yet. Scan to discover nearby toys, then match them to this session's original device slots. @@ -173,7 +173,7 @@ export function ReplayPlayer({ sessionId }: { sessionId: number }) { ) : ( - + {replayTargets.length > 0 && (
{replayTargets.map((t) => (