Browse Source

ref(ui): Remove processed transaction data category (#40462)

Megan Heskett 2 years ago
parent
commit
705f001366
2 changed files with 0 additions and 2 deletions
  1. 0 1
      static/app/constants/index.tsx
  2. 0 1
      static/app/types/core.tsx

+ 0 - 1
static/app/constants/index.tsx

@@ -216,7 +216,6 @@ export const DATA_CATEGORY_NAMES = {
   [DataCategory.ERRORS]: t('Errors'),
   [DataCategory.TRANSACTIONS]: t('Transactions'),
   [DataCategory.ATTACHMENTS]: t('Attachments'),
-  [DataCategory.TRANSACTIONS_PROCESSED]: t('Processed Transactions'),
   [DataCategory.PROFILES]: t('Profiles'),
 };
 

+ 0 - 1
static/app/types/core.tsx

@@ -68,7 +68,6 @@ export enum DataCategory {
   ERRORS = 'errors',
   TRANSACTIONS = 'transactions',
   ATTACHMENTS = 'attachments',
-  TRANSACTIONS_PROCESSED = 'transactionsProcessed',
   PROFILES = 'profiles',
 }