Unref hotkey descriptions
All checks were successful
Run Tests / test (pull_request) Successful in 2m3s
All checks were successful
Run Tests / test (pull_request) Successful in 2m3s
This commit is contained in:
parent
b98f6db1c4
commit
b57f5bd8c9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue