mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add keys for shortcuts
This commit is contained in:
parent
f39a4a24a5
commit
85b211b982
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ const Shortcuts = (props: LibraryFilterMenuProps): JSX.Element => {
|
|||
{shortcuts.map((shortcut) => {
|
||||
return (
|
||||
<Box
|
||||
key={`shortcut-${shortcut.id}`}
|
||||
css={{
|
||||
display: 'flex',
|
||||
width: '100%',
|
||||
|
|
|
|||
Loading…
Reference in a new issue