dot class
This commit is contained in:
@@ -34,7 +34,7 @@ export const ListItem = ({
|
||||
return rs;
|
||||
};
|
||||
|
||||
const getDotClass = (str?: string) => {
|
||||
const getDotClass = () => {
|
||||
let rs = '';
|
||||
if(transactionCategory === TransactionCategory.AllTransaction){
|
||||
if(statusCode === '0'
|
||||
|
||||
Reference in New Issue
Block a user