summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/keybind.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components/keybind.tsx')
-rw-r--r--packages/ui/src/components/keybind.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/keybind.tsx b/packages/ui/src/components/keybind.tsx
index a0fa0483f..5c347cb54 100644
--- a/packages/ui/src/components/keybind.tsx
+++ b/packages/ui/src/components/keybind.tsx
@@ -10,7 +10,7 @@ export function Keybind(props: KeybindProps) {
<span
data-component="keybind"
classList={{
- ...(props.classList ?? {}),
+ ...props.classList,
[props.class ?? ""]: !!props.class,
}}
>