aboutsummaryrefslogtreecommitdiff
path: root/components/keybindselector.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/keybindselector.tsx')
-rw-r--r--components/keybindselector.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/keybindselector.tsx b/components/keybindselector.tsx
index 1d11b6b..b7deed8 100644
--- a/components/keybindselector.tsx
+++ b/components/keybindselector.tsx
@@ -38,6 +38,7 @@ export default function KeybindSelector(props: {
}}
/>
)}
+ {props.value.length == 0 && <span className='placeholder'>Unbound</span>}
</div>;
}