diff --git a/src/features/hotkey.tsx b/src/features/hotkey.tsx index eedbe4f..e21d2b3 100644 --- a/src/features/hotkey.tsx +++ b/src/features/hotkey.tsx @@ -142,7 +142,7 @@ registerInfoComponent(
{keys.map(hotkey => (
- {hotkey?.description} + {unref(hotkey?.description)}
))}