Misc small changes (#1433)
* Fix React key warning in HelpDialog * Change "lyric" to "lyrics" in en.json
This commit is contained in:
@@ -39,9 +39,10 @@ const HelpTable = (props) => {
|
||||
<TableCell align="left">
|
||||
{sequences.map(({ sequence }) => (
|
||||
<Chip
|
||||
label={<kbd key={sequence}>{sequence}</kbd>}
|
||||
label={<kbd>{sequence}</kbd>}
|
||||
size="small"
|
||||
variant={'outlined'}
|
||||
key={sequence}
|
||||
/>
|
||||
))}
|
||||
</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user