mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
fix: Enable additional tabs
This commit is contained in:
@@ -25,7 +25,7 @@ const DevTool = ({
|
||||
showNetwork = true,
|
||||
showStorage = true,
|
||||
showConsole = true,
|
||||
additionTools = [],
|
||||
additionalTools = [],
|
||||
}) => {
|
||||
const views = [];
|
||||
|
||||
@@ -52,7 +52,7 @@ const DevTool = ({
|
||||
});
|
||||
}
|
||||
|
||||
additionTools.forEach(tool => {
|
||||
additionalTools.forEach(tool => {
|
||||
views.push(tool);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user