Distinguish between Paused and Expired members
This commit is contained in:
@@ -30,6 +30,8 @@ export const statusColor = {
|
||||
'Due': 'yellow',
|
||||
'Overdue': 'red',
|
||||
'Former Member': 'black',
|
||||
'Paused Member': 'black',
|
||||
'Expired Member': 'black',
|
||||
};
|
||||
|
||||
export const BasicTable = (props) => (
|
||||
|
Reference in New Issue
Block a user