aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/badge/ProBadge.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/badge/ProBadge.tsx')
-rw-r--r--src/components/ui/badge/ProBadge.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ui/badge/ProBadge.tsx b/src/components/ui/badge/ProBadge.tsx
index 410748a64..62c45b77c 100644
--- a/src/components/ui/badge/ProBadge.tsx
+++ b/src/components/ui/badge/ProBadge.tsx
@@ -4,8 +4,8 @@ import { Component } from 'react';
4import injectStyle, { WithStylesProps } from 'react-jss'; 4import injectStyle, { WithStylesProps } from 'react-jss';
5 5
6import { Theme } from '../../../themes'; 6import { Theme } from '../../../themes';
7import { Icon } from '../icon'; 7import Icon from '../icon';
8import { Badge } from './index'; 8import Badge from './index';
9 9
10interface IProps extends WithStylesProps<typeof styles> { 10interface IProps extends WithStylesProps<typeof styles> {
11 badgeClasses?: string; 11 badgeClasses?: string;