This commit is contained in:
thororen1234 2024-06-01 17:00:02 -04:00
parent 0c8f2fd816
commit 0dc7a547fe
4 changed files with 3 additions and 4 deletions

View file

@ -388,4 +388,4 @@ function PatchHelper() {
);
}
export default IS_DEV ? wrapTab(PatchHelper, "PatchHelper") : null;
export default wrapTab(PatchHelper, "PatchHelper");