Add keys for shortcuts

This commit is contained in:
Jackson Harper 2024-02-20 10:48:42 +08:00
parent f39a4a24a5
commit 85b211b982

View file

@ -305,6 +305,7 @@ const Shortcuts = (props: LibraryFilterMenuProps): JSX.Element => {
{shortcuts.map((shortcut) => {
return (
<Box
key={`shortcut-${shortcut.id}`}
css={{
display: 'flex',
width: '100%',