website refactor
This commit is contained in:
@@ -21,7 +21,7 @@ export const StatusIndicator = ({
|
||||
subLabel,
|
||||
size = 'md',
|
||||
icon
|
||||
}:) => {
|
||||
}: StatusIndicatorProps) => {
|
||||
const activeStatus = (status || variant || 'pending') as any;
|
||||
|
||||
const configMap: any = {
|
||||
|
||||
Reference in New Issue
Block a user