From f38c64f36adcbfe09a9fa22e0c9b25dc2096575c Mon Sep 17 00:00:00 2001 From: escapee Date: Thu, 11 Apr 2024 10:16:37 -0700 Subject: [PATCH] Handle computed hotkey descriptions --- src/features/hotkey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}
))}