Unref hotkey descriptions
All checks were successful
Run Tests / test (pull_request) Successful in 2m3s

This commit is contained in:
thepaperpilot 2024-04-12 07:10:24 -05:00
parent b98f6db1c4
commit b57f5bd8c9

View file

@ -142,7 +142,7 @@ registerInfoComponent(
<div style="column-count: 2"> <div style="column-count: 2">
{keys.map(hotkey => ( {keys.map(hotkey => (
<div> <div>
<Hotkey hotkey={hotkey as GenericHotkey} /> {hotkey?.description} <Hotkey hotkey={hotkey as GenericHotkey} /> {unref(hotkey?.description)}
</div> </div>
))} ))}
</div> </div>