mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Misc
This commit is contained in:
@@ -24,7 +24,7 @@ const Keys = ({
|
||||
<Wrapper>
|
||||
{keys.map(key => (
|
||||
<Button
|
||||
key={key}
|
||||
key={key || '[unknown]'}
|
||||
onPress={() => onSelect(key)}
|
||||
>
|
||||
<Row
|
||||
|
||||
Reference in New Issue
Block a user