Unref hotkey descriptions
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m29s
Run Tests / test (push) Successful in 3m5s

This commit is contained in:
thepaperpilot 2024-04-12 07:10:24 -05:00 committed by thepaperpilot
parent 9f25d7f58f
commit 9debfe6fb4

View file

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