This commit is contained in:
2018-08-22 23:44:26 +02:00
parent 7e635595f3
commit c8f41d45ea
24 changed files with 352 additions and 163 deletions

View File

@@ -24,7 +24,7 @@ const Keys = ({
<Wrapper>
{keys.map(key => (
<Button
key={key}
key={key || '[unknown]'}
onPress={() => onSelect(key)}
>
<Row