constants.tsx 187 B

12345
  1. import {URL_PARAM} from 'app/constants/globalSelectionHeader';
  2. export const MAX_TEAM_KEY_TRANSACTIONS = 100;
  3. export const PERFORMANCE_URL_PARAM = ['team', ...Object.values(URL_PARAM)];