We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2fe74 commit 0fd3772Copy full SHA for 0fd3772
src/manageTranslations.js
@@ -91,7 +91,7 @@ export default ({
91
},
92
93
outputDuplicateKeys: duplicateIds => {
94
- if (detectDuplicateIds) return;
+ if (!detectDuplicateIds) return;
95
96
printers.printDuplicateIds(duplicateIds);
97
0 commit comments