22 lines
701 B
Diff
22 lines
701 B
Diff
|
From ffe17da4d9c7319672e67bee9ee0ec4b3ccf11ee Mon Sep 17 00:00:00 2001
|
||
|
From: c0repwn3r <core@coredoes.dev>
|
||
|
Date: Wed, 24 May 2023 14:21:32 -0400
|
||
|
Subject: [PATCH] a patch to make patcher work
|
||
|
|
||
|
---
|
||
|
src/components/telemetry-modal/telemetry-modal.jsx | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/src/components/telemetry-modal/telemetry-modal.jsx b/src/components/telemetry-modal/telemetry-modal.jsx
|
||
|
index 3f5c76b32..d202e6a17 100644
|
||
|
--- a/src/components/telemetry-modal/telemetry-modal.jsx
|
||
|
+++ b/src/components/telemetry-modal/telemetry-modal.jsx
|
||
|
@@ -1,3 +1,4 @@
|
||
|
+// TODO: Remove
|
||
|
import bindAll from 'lodash.bindall';
|
||
|
import PropTypes from 'prop-types';
|
||
|
import React from 'react';
|
||
|
--
|
||
|
2.40.1
|
||
|
|