Skip to content

Commit

Permalink
Unref hotkey descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thepaperpilot authored and thepaperpilot committed Oct 17, 2024
1 parent 9f25d7f commit 9debfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/hotkey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9debfe6

Please sign in to comment.